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;
5858 & .mat-form-field-disabled .mat-form-field-underline {
5959 background-position : 0 ;
6060 background-color : transparent ;
61+
62+ @include cdk-high-contrast {
63+ border-top-style : dotted ;
64+ border-top-width : 2px ;
65+ }
6166 }
6267
6368 & .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;
4242 & .mat-form-field-disabled .mat-form-field-underline {
4343 background-position : 0 ;
4444 background-color : transparent ;
45+
46+ @include cdk-high-contrast {
47+ border-top-style : dotted ;
48+ border-top-width : 2px ;
49+ }
4550 }
4651
4752 // 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