Skip to content

Commit

Permalink
Block Editor: Remove redundant right-aligned hover label styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Apr 17, 2019
1 parent 93bdae6 commit c2086aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@
float: left;
}

// Position hover label on the right
> .block-editor-block-list__block-edit > .block-editor-block-list__breadcrumb {
right: -$border-width;
}

// Hide mover until wide breakpoints, or it might be covered by toolbar
> .block-editor-block-list__block-edit > .block-editor-block-mover {
display: none;
Expand Down

0 comments on commit c2086aa

Please sign in to comment.