We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We just had the issue that we where setting aria-current to false on a pagination list item and then the aria-current styling still applies.
aria-current
false
Should this code be more like [aria-current]:not([aria-current="false"]) or [aria-current="true"]?
[aria-current]:not([aria-current="false"])
[aria-current="true"]
nl-rdo-manon/manon/pagination.scss
Lines 38 to 40 in ab8af3a
The text was updated successfully, but these errors were encountered:
For pagination [aria-current="page"] would make sense.
[aria-current="page"]
Sorry, something went wrong.
No branches or pull requests
We just had the issue that we where setting
aria-current
tofalse
on a pagination list item and then thearia-current
styling still applies.Should this code be more like
[aria-current]:not([aria-current="false"])
or[aria-current="true"]
?nl-rdo-manon/manon/pagination.scss
Lines 38 to 40 in ab8af3a
The text was updated successfully, but these errors were encountered: