Skip to content

Commit 05f79a8

Browse files
committed
Add role="slider" as a control for HC backgrounds.
1 parent e521cd5 commit 05f79a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbar/css/a11y-contrast.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
color: red !important;
356356
}
357357

358-
div[role="button"], input[type=button], input[type=submit] {
358+
div[role="slider"],div[role="button"], input[type=button], input[type=submit] {
359359
background: #600040 !important;
360360
background-color: #600040 !important;
361361
}

0 commit comments

Comments
 (0)