Skip to content

Commit

Permalink
Breadcrumb toolbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored and Joen Asmussen committed Feb 6, 2020
1 parent 4499c3b commit 614d1aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
.block-editor-block-list__insertion-point-inserter,
.block-editor-block-list__block-popover-inserter {
// Show a clickable plus.
.block-editor-inserter__toggle {
.block-editor-inserter__toggle.components-button {
border-radius: 50%;
color: $blue-medium-focus;
background: $white;
Expand Down Expand Up @@ -511,9 +511,8 @@
border: $border-width solid $blue-medium-focus;
border-left: none;
box-shadow: inset $block-left-border-width 0 0 0 $blue-medium-focus;
height: $block-toolbar-height + $border-width;
height: $icon-button-size + 2 * $border-width;
font-size: $default-font-size;
line-height: $block-toolbar-height - $grid-size;
padding-left: $grid-size;
padding-right: $grid-size;

Expand Down

0 comments on commit 614d1aa

Please sign in to comment.