Skip to content

Commit f1cba07

Browse files
authored
fix(material/datepicker): fix high contrast mixin name (#22418)
1 parent 1e8de9c commit f1cba07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/datepicker/datepicker-toggle.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '../../cdk/a11y/a11y';
1+
@import '../../cdk/a11y/a11y';
22

33
.mat-form-field-appearance-legacy {
44
.mat-form-field-prefix,
@@ -24,7 +24,7 @@
2424
}
2525
}
2626

27-
@include a11y.high-contrast(active, off) {
27+
@include cdk-high-contrast(active, off) {
2828
.mat-datepicker-toggle-default-icon {
2929
// On Chromium-based browsers the icon doesn't appear to inherit the text color in high
3030
// contrast mode so we have to set it explicitly. This is a no-op on IE and Firefox.

0 commit comments

Comments
 (0)