We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34778d8 commit a0ea74aCopy full SHA for a0ea74a
src/material/select/select.scss
@@ -84,8 +84,7 @@ $scale: 0.75 !default;
84
}
85
86
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
87
-.mat-mdc-form-field-type-mat-native-select.mat-form-field-invalid:not(.mat-form-field-disabled)
88
- .mat-mdc-form-field-infix::after {
+.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after {
89
@include token-utils.use-tokens(tokens-mat-select.$prefix, tokens-mat-select.get-token-slots()) {
90
@include token-utils.create-token-slot(color, invalid-arrow-color);
91
0 commit comments