Skip to content

Commit

Permalink
Remove useless styles
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 30, 2018
1 parent 7dcc860 commit b20b033
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions edit-post/assets/stylesheets/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ $z-layers: (

// Should have lower index than anything else positioned inside the block containers
'.editor-block-list__block-draggable': 0,
// Should have higher index than anything else positioned inside the block containers
'.editor-block-list__block-draggable.is-visible > .editor-block-list__block-draggable-inner': 1000000000,

// 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
Expand Down
1 change: 0 additions & 1 deletion editor/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

&.is-visible > .editor-block-list__block-draggable-inner {
visibility: visible;
z-index: z-index( '.editor-block-list__block-draggable.is-visible > .editor-block-list__block-draggable-inner' );
}

@include break-small {
Expand Down

0 comments on commit b20b033

Please sign in to comment.