We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220163e commit e964734Copy full SHA for e964734
src/lib/select/_select-theme.scss
@@ -14,7 +14,7 @@
14
color: mat-color($primary);
15
}
16
17
- .mat-select.ng-invalid.ng-touched:not(.mat-select-disabled) & {
+ .mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) & {
18
color: mat-color($warn);
19
20
@@ -26,7 +26,7 @@
26
background-color: mat-color($primary);
27
28
29
30
background-color: mat-color($warn);
31
32
@@ -38,7 +38,7 @@
38
39
40
41
42
43
44
0 commit comments