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

@ -93,7 +93,7 @@
transition: opacity var(#{$}transition);
}
&:is([aria-current], :hover, :active, :focus) {
&:is([aria-current], :hover, :active, :focus):not([aria-current="false"]) {
opacity: 1;
}
}
@ -117,6 +117,7 @@
dialog {
pointer-events: auto;
touch-action: auto;
}
}
}