Skip to content

Commit

Permalink
fix(select): make invalid selector more specific (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and jelbourn committed Dec 13, 2016
1 parent 473752b commit a7c88c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/select/_select-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
border-bottom: 1px solid md-color($primary);
}

.ng-invalid.ng-touched:not(.md-select-disabled) & {
md-select.ng-invalid.ng-touched:not(.md-select-disabled) & {
color: md-color($warn);
border-bottom: 1px solid md-color($warn);
}
Expand All @@ -29,7 +29,7 @@
color: md-color($primary);
}

.ng-invalid.ng-touched:not(.md-select-disabled) & {
md-select.ng-invalid.ng-touched:not(.md-select-disabled) & {
color: md-color($warn);
}
}
Expand Down

0 comments on commit a7c88c5

Please sign in to comment.