File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
color : mat-color ($primary );
15
15
}
16
16
17
- .mat-select.ng-invalid.ng-touched :not (.mat-select-disabled ) & {
17
+ .mat-select :not ( :focus ) .ng-invalid.ng-touched :not (.mat-select-disabled ) & {
18
18
color : mat-color ($warn );
19
19
}
20
20
}
26
26
background-color : mat-color ($primary );
27
27
}
28
28
29
- .mat-select.ng-invalid.ng-touched :not (.mat-select-disabled ) & {
29
+ .mat-select :not ( :focus ) .ng-invalid.ng-touched :not (.mat-select-disabled ) & {
30
30
background-color : mat-color ($warn );
31
31
}
32
32
}
38
38
color : mat-color ($primary );
39
39
}
40
40
41
- .mat-select.ng-invalid.ng-touched :not (.mat-select-disabled ) & {
41
+ .mat-select :not ( :focus ) .ng-invalid.ng-touched :not (.mat-select-disabled ) & {
42
42
color : mat-color ($warn );
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments