fix: revert aria-current='false'

This commit is contained in:
Lucas Larroche 2023-04-02 10:06:26 +07:00
parent 65bedda83a
commit 395ceca401
5 changed files with 33 additions and 39 deletions

View file

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