mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-30 05:24:09 +03:00
fixed animation of inputs
This commit is contained in:
parent
8be690bd05
commit
0f2e4c31ff
|
@ -32,7 +32,7 @@ select[multiple].form-control {
|
||||||
background-position: center bottom, center calc(~"100% - 1px");
|
background-position: center bottom, center calc(~"100% - 1px");
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
transition: background 0 ease-out;
|
transition: background 0s ease-out;
|
||||||
&::-webkit-input-placeholder {
|
&::-webkit-input-placeholder {
|
||||||
color: @input-placeholder-color;
|
color: @input-placeholder-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user