mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-26 00:26:53 +08:00
parent
c2a1fe5b1f
commit
c7cc8d40c8
@ -98,7 +98,6 @@
|
|||||||
// ========================== Arrow ==========================
|
// ========================== Arrow ==========================
|
||||||
&-arrow {
|
&-arrow {
|
||||||
.iconfont-mixin();
|
.iconfont-mixin();
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 53%;
|
top: 53%;
|
||||||
right: @control-padding-horizontal - 1px;
|
right: @control-padding-horizontal - 1px;
|
||||||
@ -109,8 +108,6 @@
|
|||||||
font-size: @font-size-sm;
|
font-size: @font-size-sm;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
// transform-origin: 50% 50%;
|
|
||||||
pointer-events: none;
|
|
||||||
|
|
||||||
.anticon {
|
.anticon {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@ -124,6 +121,10 @@
|
|||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.anticon-down {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ========================== Clear ==========================
|
// ========================== Clear ==========================
|
||||||
|
Loading…
Reference in New Issue
Block a user