We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9a125 commit 3824a05Copy full SHA for 3824a05
src/lib/form-field/_form-field-theme.scss
@@ -70,6 +70,20 @@
70
}
71
72
73
+ .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) {
74
+ .mat-form-field-infix::after {
75
+ color: $underline-focused-color;
76
+ }
77
+
78
+ &.mat-accent .mat-form-field-infix::after {
79
+ color: $underline-color-accent;
80
81
82
+ &.mat-warn .mat-form-field-infix::after {
83
+ color: $underline-color-warn;
84
85
86
87
// Styling for the error state of the form field. Note that while the same can be
88
// achieved with the ng-* classes, we use this approach in order to ensure that the same
89
// logic is used to style the error state and to show the error messages.
0 commit comments