Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(select): make select focus states match ui-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Apr 10, 2015
1 parent e20b190 commit 42db19d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/select/select-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ md-select-menu.md-THEME_NAME-theme {
}
}
md-option[selected] {
background-color: '{{primary-50}}';
color: '{{primary-500}}';
&:focus {
background-color: '{{primary-100}}';
color: '{{primary-600}}';
}
&.md-accent {
background-color: '{{accent-50}}';
color: '{{accent-500}}';
&:focus {
background-color: '{{accent-100}}';
color: '{{accent-600}}';
}
}
}
Expand Down

0 comments on commit 42db19d

Please sign in to comment.