Skip to content

Commit

Permalink
Fix focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and jeryj committed Jan 25, 2024
1 parent 0b68b2c commit 8699361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/link-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ $block-editor-link-control-number-of-actions: 1;
border-radius: $radius-block-ui;
line-height: 1.1;

&:focus {
box-shadow: none;
}

&:focus-visible {
@include block-toolbar-button-style__focus();
text-decoration: none;
Expand Down

0 comments on commit 8699361

Please sign in to comment.