Skip to content

Commit

Permalink
Fix focus visibility of toggle outline
Browse files Browse the repository at this point in the history
  • Loading branch information
replete committed Jun 9, 2024
1 parent fa5f33c commit 7c732c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biscuitman.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
}
}

&:has(:focus-within) {
&:has(:focus-visible) {
/* Show focus outline correctly correctly with keyboard focus */
outline: auto highlight;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/biscuitman.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c732c0

Please sign in to comment.