Skip to content

Commit

Permalink
Use block-toolbar-button-style__focus on block styles
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Oct 20, 2023
1 parent c045e6f commit 109a1a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

&:focus,
&.is-active:focus {
box-shadow: inset 0 0 0 $border-width var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
@include block-toolbar-button-style__focus();
}
}

Expand Down

0 comments on commit 109a1a4

Please sign in to comment.