Skip to content

Commit

Permalink
Fix issue with block more button when multi selected
Browse files Browse the repository at this point in the history
Addresses #5658 (comment).

The More button when selecting multiple blocks inside a column wasn't elevated as it should be. This PR addresses that.
  • Loading branch information
Joen Asmussen committed Apr 5, 2018
1 parent a39cf4f commit 4251ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
}

// Elevate when selected or hovered
&.is-multi-selected,
&.is-selected,
&.is-hovered {
.editor-block-settings-menu,
Expand Down

0 comments on commit 4251ce1

Please sign in to comment.