fixed animation of inputs

This commit is contained in:
FezVrasta 2015-04-29 13:25:17 +02:00
parent 8be690bd05
commit 0f2e4c31ff

View File

@ -32,7 +32,7 @@ select[multiple].form-control {
background-position: center bottom, center calc(~"100% - 1px");
background-color: transparent;
background-color: rgba(0,0,0,0);
transition: background 0 ease-out;
transition: background 0s ease-out;
&::-webkit-input-placeholder {
color: @input-placeholder-color;
}