Skip to content

Commit

Permalink
Fix: remove extra focus outline in block preview (#7528)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh authored Sep 17, 2024
1 parent cdf17eb commit 538b118
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@

&:not([contenteditable]):focus::after {
box-shadow: none;
content: none;
outline-width: 0;
}

&.is-highlighted {
Expand Down

0 comments on commit 538b118

Please sign in to comment.