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

Commit

Permalink
update(checkbox): disable buttons use gray text also
Browse files Browse the repository at this point in the history
Refs #2194.
  • Loading branch information
ThomasBurleson committed Apr 13, 2015
1 parent fa85093 commit cf70325
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/checkbox/checkbox-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,18 @@ md-checkbox.md-THEME_NAME-theme {
}

&[disabled] {

.md-icon {
border-color: '{{foreground-3}}';
}

&.md-checked .md-icon {
background-color: '{{foreground-3}}';
}

.md-label {
color: '{{foreground-3}}';
}
}

}

0 comments on commit cf70325

Please sign in to comment.