Skip to content

fix(Pagination): update styles to match existing aria-checked attribute #35001

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TaylorN15
Copy link

  • Adjust selection and hover styles for Pagination component to use aria-checked instead of aria-selected

Previous Behavior

The Pagination component’s CSS for selection and hover states was still targeting aria-selected, even though it was changed aria-checked a long time ago.

This meant selection styling and hover effects were not applied as intended.

New Behavior

Updated the CSS selectors to target aria-checked instead of aria-selected, ensuring selection and hover styles correctly apply to the current markup.

Related Issue(s)

No related issue

- Adjust selection and hover styles to use [aria-checked] instead of [aria-selected]
@TaylorN15 TaylorN15 requested a review from a team as a code owner August 11, 2025 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant