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 focus color not picking up theming
Browse files Browse the repository at this point in the history
closes #3128
  • Loading branch information
rschmukler committed Jun 11, 2015
1 parent deae957 commit 781a4bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ md-select {
}
&.ng-invalid.ng-dirty {
.md-select-label {
border-bottom: 2px solid;
border-bottom-width: 2px;
border-bottom-style: solid;
padding-bottom: 0;
}
}
&:focus {
.md-select-label {
border-bottom: 2px solid;
border-bottom-width: 2px;
border-bottom-style: solid;
padding-bottom: 0;
}
}
Expand Down

0 comments on commit 781a4bc

Please sign in to comment.