🔥 remove transition,transform,use-select mixin
This commit is contained in:
parent
192e2cb849
commit
e26450485c
35 changed files with 104 additions and 175 deletions
|
@ -29,8 +29,8 @@
|
|||
&-arrow {
|
||||
.inner-arrow();
|
||||
}
|
||||
&-visible &-arrow:nth-of-type(2){
|
||||
.transform(rotate(180deg));
|
||||
&-visible &-arrow:nth-of-type(2) {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.@{select-dropdown-prefix-cls} {
|
||||
|
@ -67,7 +67,7 @@
|
|||
& &-item{
|
||||
position: relative;
|
||||
padding-right: 24px;
|
||||
.transition(all @transition-time @ease-in-out);
|
||||
transition: all @transition-time @ease-in-out;
|
||||
|
||||
i{
|
||||
font-size: @font-size-small;
|
||||
|
@ -83,4 +83,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue