Skip to content

Commit

Permalink
fix: focus ring shows up correctly for all blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Sep 15, 2023
1 parent a549a59 commit 74028d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

.wp-block {

&.is-selected {
&.is-selected, &.is-selected:focus {
// Outline doesn't seem to respect border-radius directly,
// but adding a 1px border-radius seems to get it close.
border-radius: 1px;
Expand Down

0 comments on commit 74028d1

Please sign in to comment.