fix: aria-current links and buttons

This commit is contained in:
Lucas Larroche 2023-04-01 10:10:09 +07:00
parent 3644e4ccb5
commit e43ed98d29
13 changed files with 104 additions and 69 deletions

View file

@ -96,7 +96,7 @@
}
// Minimal support for aria-current
& a[aria-current] {
& a[aria-current]:not([aria-current="false"]) {
background-color: transparent;
color: inherit;
text-decoration: none;