We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd833d commit 06e3d75Copy full SHA for 06e3d75
1 file changed
src/components-examples/aria/toolbar/toolbar-common.css
@@ -185,3 +185,11 @@
185
.example-option[aria-selected='false'] .example-option-icon {
186
visibility: hidden;
187
}
188
+
189
+@media (forced-colors: active) {
190
+ .example-button[aria-pressed='true'],
191
+ .example-button[aria-checked='true'],
192
+ .example-option[aria-selected='true'] {
193
+ outline: solid 2px;
194
+ }
195
+}
0 commit comments