🔥 remove transition,transform,use-select mixin
This commit is contained in:
parent
192e2cb849
commit
e26450485c
35 changed files with 104 additions and 175 deletions
|
@ -120,11 +120,11 @@
|
|||
border: 1px solid transparent;
|
||||
white-space: nowrap;
|
||||
line-height: @line-height-base;
|
||||
.user-select();
|
||||
user-select: none;
|
||||
.button-size(@btn-padding-base; @btn-font-size; @btn-border-radius);
|
||||
.transform(translate3d(0, 0, 0));
|
||||
//.transition(all @transition-time linear);
|
||||
.transition3(color @transition-time linear, background-color @transition-time linear, border @transition-time linear);
|
||||
transform: translate3d(0, 0, 0);
|
||||
//transition: all @transition-time linear;
|
||||
transition: color @transition-time linear, background-color @transition-time linear, border @transition-time linear;
|
||||
|
||||
> .@{css-prefix-iconfont} {
|
||||
line-height: 1;
|
||||
|
@ -142,7 +142,7 @@
|
|||
|
||||
&:not([disabled]):active {
|
||||
outline: 0;
|
||||
.transition(none)
|
||||
transition: none;
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue