Skip to content

Commit

Permalink
Update focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 11, 2023
1 parent 125bd6c commit ef4d3c2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
box-shadow: none;
outline: none;
}

&:focus-visible {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
}

&.with-suffix {
Expand Down

0 comments on commit ef4d3c2

Please sign in to comment.