Skip to content

Commit

Permalink
Make focus ring offset consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Nov 14, 2024
1 parent 6d2ed9a commit 4bb2ace
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
box-shadow: none;
}

&:focus-visible {
outline-offset: -$focus-ring-width;
}

&:hover {
$box-shadow-offset: 2px;

Expand Down

0 comments on commit 4bb2ace

Please sign in to comment.