Skip to content

Commit

Permalink
Update :active selector
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Oct 16, 2024
1 parent 487f0b0 commit 612797c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
&:hover:not(:disabled,[aria-disabled="true"]),
&:focus-visible,
&:focus,
&:not([aria-disabled="true"]):active,
&:not(:disabled,[aria-disabled="true"]):active,
&[aria-expanded="true"] {
color: $gray-100;
}
Expand Down

0 comments on commit 612797c

Please sign in to comment.