Merge pull request #381 from KerenChandran/input-no-error-focus

Removed Error styling when input field is in focus
old
Javi Velasco 2016-03-17 08:33:09 +01:00
commit 5e1bd61b40
1 changed files with 0 additions and 8 deletions

View File

@ -113,14 +113,6 @@
> .input {
margin-top: 1px;
border-bottom-color: $input-text-error-color;
&:focus {
~ .label:not(.fixed) {
color: $input-text-error-color;
}
~ .bar:before, ~ .bar:after {
background-color: $input-text-error-color;
}
}
}
> .counter, > .label {
color: $input-text-error-color;