Skip to content

Commit a0ea74a

Browse files
committed
fixup! fix(material/select): m3 native select invalid arrow color
1 parent 34778d8 commit a0ea74a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/material/select/select.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ $scale: 0.75 !default;
8484
}
8585

8686
.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 {
87+
.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after {
8988
@include token-utils.use-tokens(tokens-mat-select.$prefix, tokens-mat-select.get-token-slots()) {
9089
@include token-utils.create-token-slot(color, invalid-arrow-color);
9190
}

0 commit comments

Comments
 (0)