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 473752b commit a7c88c5Copy full SHA for a7c88c5
src/lib/select/_select-theme.scss
@@ -16,7 +16,7 @@
16
border-bottom: 1px solid md-color($primary);
17
}
18
19
- .ng-invalid.ng-touched:not(.md-select-disabled) & {
+ md-select.ng-invalid.ng-touched:not(.md-select-disabled) & {
20
color: md-color($warn);
21
border-bottom: 1px solid md-color($warn);
22
@@ -29,7 +29,7 @@
29
color: md-color($primary);
30
31
32
33
34
35
0 commit comments