Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Sep 13, 2023
1 parent cb3722b commit 33788b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base-styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@

@mixin input-style__focus() {
border-color: var(--wp-admin-theme-color);
// Expand the default border focus style by .5px to be a total of 1.5px.
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
// Windows High Contrast mode will show this outline, but not the box-shadow.
outline: 2px solid transparent;
Expand Down

0 comments on commit 33788b2

Please sign in to comment.