We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f6b30 commit e2497dcCopy full SHA for e2497dc
src/cdk/a11y/a11y.md
@@ -184,8 +184,9 @@ class:
184
185
### Targeting high contrast users
186
The `a11y` package offers a mixin that allows you to target users that have the Windows high
187
-contrast mode turned on, via a media query. To target high contrast users, you can wrap your
188
-styles with the `cdk-high-contrast` mixin:
+contrast mode turned on. To target high contrast users, you can wrap your styles with the
+`cdk-high-contrast` mixin. The mixin works by targeting a CSS class which is added to the `body`
189
+by the CDK when high contrast mode is detected at runtime.
190
191
```scss
192
button {
0 commit comments