Skip to content

Commit

Permalink
Fix border radius and focus.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 17, 2020
1 parent 8102b10 commit 982cb91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,13 @@ $block-inserter-tabs-height: 44px;
color: $white;
width: 100%;
height: ($button-size + $grid-unit-10);
border-radius: 0;

&:hover {
color: $white;
}

&:focus:not(:disabled) {
box-shadow: inset 0 0 0 $border-width-focus $dark-gray-primary, inset 0 0 0 2px $white;
}
}

0 comments on commit 982cb91

Please sign in to comment.