refactor(inputs.scss): inputs valid,error states fix

This commit is contained in:
Dragos 2019-12-13 16:27:44 +02:00
parent fdb7c593c2
commit d8d256961c

View File

@ -59,7 +59,8 @@
padding-top: 0;
}
&.md-valid{
&.md-valid,
&.md-valid.md-focused {
label{
color: $brand-success !important;
}
@ -73,7 +74,8 @@
}
}
&.md-error{
&.md-error,
&.md-error.md-focused {
label{
color: $brand-danger !important;
}