Skip to content

Commit fd7c2ea

Browse files
crisbetoannieyw
authored andcommitted
fix(material/form-field): focus indication not working for standard appearance in high contrast mode (#21805)
There was a syntax error which prevented the focus indication from rendering in high contrast mode. Fixes #21780. (cherry picked from commit 0484310)
1 parent 9145675 commit fd7c2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/form-field/form-field-standard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $mat-form-field-standard-padding-top: 0.75em !default;
3535

3636
@include cdk-high-contrast(active, off) {
3737
height: 0;
38-
border-top: $height;
38+
border-top: solid $height;
3939
}
4040
}
4141

0 commit comments

Comments
 (0)