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 1414 color : mat-color ($primary );
1515 }
1616
17- .mat-select.ng-invalid.ng-touched :not (.mat-select-disabled ) & {
17+ .mat-select :not ( :focus ) .ng-invalid.ng-touched :not (.mat-select-disabled ) & {
1818 color : mat-color ($warn );
1919 }
2020 }
2626 background-color : mat-color ($primary );
2727 }
2828
29- .mat-select.ng-invalid.ng-touched :not (.mat-select-disabled ) & {
29+ .mat-select :not ( :focus ) .ng-invalid.ng-touched :not (.mat-select-disabled ) & {
3030 background-color : mat-color ($warn );
3131 }
3232 }
3838 color : mat-color ($primary );
3939 }
4040
41- .mat-select.ng-invalid.ng-touched :not (.mat-select-disabled ) & {
41+ .mat-select :not ( :focus ) .ng-invalid.ng-touched :not (.mat-select-disabled ) & {
4242 color : mat-color ($warn );
4343 }
4444 }
You can’t perform that action at this time.
0 commit comments