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

Commit

Permalink
feat(inputContainer): support md-warn for theming
Browse files Browse the repository at this point in the history
Closes #1137.
  • Loading branch information
ajoslin committed Jan 8, 2015
1 parent 60fcd6f commit 6acacc5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/input/input-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ md-input-container.md-THEME_NAME-theme {
color: '{{accent-500}}';
}
}
&.md-warn {
.md-input {
border-color: '{{warn-500}}';
}
label {
color: '{{warn-500}}';
}
}
}

&.md-input-has-value:not(.md-input-focused) {
Expand Down

0 comments on commit 6acacc5

Please sign in to comment.