Skip to content

Commit

Permalink
Fix selecting separator block (#14854)
Browse files Browse the repository at this point in the history
* fix selecting separator block

* center align the inserter toggle
  • Loading branch information
ashwin-pc authored and aduth committed Apr 16, 2019
1 parent c6fda90 commit f79898c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -737,10 +737,11 @@
left: 0;
right: 0;
justify-content: center;
height: $block-padding + 8px;

// Show a clickable plus.
.block-editor-inserter__toggle {
margin-top: -4px;
margin-top: -8px;
border-radius: 50%;
color: $blue-medium-focus;
background: $white;
Expand Down

0 comments on commit f79898c

Please sign in to comment.