Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit d9b72b6

Browse files
robteixRobert Messerle
authored andcommitted
fix(select): fix incorrect styling of md-select
closes #3937 Change style rule to correctly colour a md-select when its value is invalid. A rule was left with md-select-label instead of the new md-select-value.
1 parent 2e659f5 commit d9b72b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/select/select-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ md-select.md-THEME_NAME-theme {
66
border-bottom-color: '{{foreground-4}}';
77
}
88
&.ng-invalid.ng-dirty {
9-
.md-select-label {
9+
.md-select-value {
1010
color: '{{warn-500}}' !important;
1111
border-bottom-color: '{{warn-500}}' !important;
1212
}

0 commit comments

Comments
 (0)