Skip to content

Commit

Permalink
fix(content-switcher): fix switch button outline (#6943)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Alessandra Davila and kodiakhq[bot] authored Oct 2, 2020
1 parent 57ff779 commit dfa5a3f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@

&:focus {
z-index: 3;
box-shadow: inset 0 0 0 2px $focus;
border-color: $focus;
box-shadow: inset 0 0 0 2px $focus, inset 0 0 0 3px $ui-01;
}

&:hover {
Expand Down

0 comments on commit dfa5a3f

Please sign in to comment.