Skip to content

Commit

Permalink
Remove z-index from placeholder fieldset (#23152)
Browse files Browse the repository at this point in the history
* Remove z-index from placeholder fieldset

* Remove z-index variable
  • Loading branch information
tellthemachines authored Jun 16, 2020
1 parent 23433a6 commit 97e354d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/base-styles/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ $z-layers: (
// The draggable element should show up above the entire UI
".components-draggable__clone": 1000000000,

// Should have higher index than the inset/underlay used for dragging
".components-placeholder__fieldset": 1,
".block-editor-block-list__block .reusable-block-edit-panel *": 1,

// Show drop zone above most standard content, but below any overlays
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/placeholder/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
flex-direction: row;
width: 100%;
flex-wrap: wrap;
z-index: z-index(".components-placeholder__fieldset");

p {
font-family: $default-font;
Expand Down

0 comments on commit 97e354d

Please sign in to comment.