Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add theme support for active pagination button #5058

Merged
merged 2 commits into from Apr 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions scss/_patterns_pagination.scss
Expand Up @@ -43,6 +43,15 @@
&--truncation {
padding: $input-vertical-padding 0;
}

a {
&.is-active,
&[aria-current='page'] {
background-color: $colors--theme--background-active;
britneywwc marked this conversation as resolved.
Show resolved Hide resolved
color: $colors--theme--text-default;
text-decoration: none;
}
}
}

.p-pagination__link {
Expand Down