Skip to content

Commit

Permalink
Fix focus for inserter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 17, 2020
1 parent 0a47fff commit 14c6e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

&:focus:not(:disabled) {
box-shadow: 0 0 0 $border-width-focus var(--wp-admin-theme-color);
box-shadow: 0 0 0 $border-width-focus var(--wp-admin-theme-color), inset 0 0 0 $border-width $white;
outline: 1px solid transparent;
}

Expand Down

0 comments on commit 14c6e65

Please sign in to comment.