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

Commit

Permalink
fix(select): fix incorrect styling of md-select
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
robteix authored and Robert Messerle committed Aug 18, 2015
1 parent 2e659f5 commit d9b72b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/select-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ md-select.md-THEME_NAME-theme {
border-bottom-color: '{{foreground-4}}';
}
&.ng-invalid.ng-dirty {
.md-select-label {
.md-select-value {
color: '{{warn-500}}' !important;
border-bottom-color: '{{warn-500}}' !important;
}
Expand Down

0 comments on commit d9b72b6

Please sign in to comment.