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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ratings Slider: Use buttontext instead of linktext system color in high contrast mode #3025

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aria-practices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this? Pls remove

Submodule aria-practices added at e21ef7
10 changes: 5 additions & 5 deletions content/patterns/slider/examples/css/slider-rating.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,23 @@

@media (forced-colors: active) {
.rating-slider svg .focus-ring {
fill: linktext;
fill: buttontext;
}

.rating-slider svg .target {
stroke: linktext;
stroke: buttontext;
}

.rating-slider svg .label {
fill: linktext;
fill: buttontext;
}

.rating-slider svg .description {
fill: linktext;
fill: buttontext;
}

.rating-slider svg .current .target {
fill: linktext;
fill: buttontext;
}

.rating-slider svg .current .label {
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Botr",
"Brinza",
"Bucketwheat",
"buttontext",
"camelcase",
"canvastext",
"Capitan",
Expand Down
Loading