Skip to content

Commit

Permalink
Restore focus ring Sphinx Design dropdowns (#2060)
Browse files Browse the repository at this point in the history
Fixes #1923.
  • Loading branch information
gabalafou authored Dec 2, 2024
1 parent 0ca9913 commit bdd253e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ details.sd-dropdown {
}

// Focus ring
&:focus-visible {
&:focus:focus-visible {
outline: $focus-ring-outline;
outline-offset: -$focus-ring-width;
}
Expand Down

0 comments on commit bdd253e

Please sign in to comment.