Skip to content

Commit

Permalink
Make saving overlay more noticeable
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Aug 18, 2022
1 parent f3b0d21 commit 604e010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/base-styles/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $z-layers: (
".block-editor-inserter__tabs .components-tab-panel__tabs": 1, // higher sticky element
".block-editor-inserter__search": 1, // higher sticky element
".block-library-template-part-selection__search": 1, // higher sticky element
".block-library-template-part-selection__overlay": 1, // higher sticky element
".block-library-template-part-selection__overlay": 10, // higher than modal header.

// These next two share a stacking context
".interface-complementary-area .components-panel" : 0, // lower scrolling content
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/template-part/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
display: flex;
align-items: center;
justify-content: center;
background: rgba($gray-700, 0.3);
background: rgba($gray-300, 0.75);
opacity: 0;
transition: opacity 120ms linear;
@include reduce-motion("transition");
Expand Down

0 comments on commit 604e010

Please sign in to comment.