Skip to content

Commit

Permalink
Properly center sibling inserter on the block borders.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Aug 29, 2019
1 parent 672f99d commit 7ee67d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
// Show a clickable plus.
.block-editor-inserter__toggle {
pointer-events: none;
margin-top: -8px;
margin-top: $border-width * -3;
border-radius: 50%;
color: $blue-medium-focus;
background: $white;
Expand Down

0 comments on commit 7ee67d7

Please sign in to comment.