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

Commit

Permalink
fix(input): Only make invalid input label red when it's floating
Browse files Browse the repository at this point in the history
Fixes #1928. Closes #2220.
  • Loading branch information
calebegg authored and ThomasBurleson committed Apr 9, 2015
1 parent f801b68 commit 6d36850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/input-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ md-input-container.md-THEME_NAME-theme {
.md-input {
border-color: '{{warn-500}}';
}
label {
&.md-input-focused label {
color: '{{warn-500}}';
}
ng-message, data-ng-message, x-ng-message,
Expand Down

0 comments on commit 6d36850

Please sign in to comment.