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 1e8de9c commit f1cba07Copy full SHA for f1cba07
src/material/datepicker/datepicker-toggle.scss
@@ -1,4 +1,4 @@
1
-@use '../../cdk/a11y/a11y';
+@import '../../cdk/a11y/a11y';
2
3
.mat-form-field-appearance-legacy {
4
.mat-form-field-prefix,
@@ -24,7 +24,7 @@
24
}
25
26
27
-@include a11y.high-contrast(active, off) {
+@include cdk-high-contrast(active, off) {
28
.mat-datepicker-toggle-default-icon {
29
// On Chromium-based browsers the icon doesn't appear to inherit the text color in high
30
// contrast mode so we have to set it explicitly. This is a no-op on IE and Firefox.
0 commit comments