File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ $mat-form-field-legacy-underline-height: 1px !default;
58
58
& .mat-form-field-disabled .mat-form-field-underline {
59
59
background-position : 0 ;
60
60
background-color : transparent ;
61
+
62
+ @include cdk-high-contrast {
63
+ border-top-style : dotted ;
64
+ border-top-width : 2px ;
65
+ }
61
66
}
62
67
63
68
& .mat-form-field-invalid :not (.mat-focused ) .mat-form-field-ripple {
Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ $mat-form-field-standard-padding-top: 0.75em !default;
42
42
& .mat-form-field-disabled .mat-form-field-underline {
43
43
background-position : 0 ;
44
44
background-color : transparent ;
45
+
46
+ @include cdk-high-contrast {
47
+ border-top-style : dotted ;
48
+ border-top-width : 2px ;
49
+ }
45
50
}
46
51
47
52
// Note that we need this specific of a selector because we don't want
You can’t perform that action at this time.
0 commit comments