🔥 remove transition,transform,use-select mixin
This commit is contained in:
parent
192e2cb849
commit
e26450485c
35 changed files with 104 additions and 175 deletions
|
@ -45,7 +45,7 @@
|
|||
position: relative;
|
||||
cursor: text;
|
||||
.placeholder();
|
||||
.transition3(border @transition-time @ease-in-out, background @transition-time @ease-in-out, box-shadow @transition-time @ease-in-out);
|
||||
transition: border @transition-time @ease-in-out, background @transition-time @ease-in-out, box-shadow @transition-time @ease-in-out;
|
||||
|
||||
&:hover {
|
||||
.hover();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue