mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
parent
17c63e52bf
commit
428b07625c
@ -108,8 +108,9 @@
|
|||||||
font-size: @font-size-sm;
|
font-size: @font-size-sm;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
.anticon {
|
.@{iconfont-css-prefix} {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
transition: transform 0.3s;
|
transition: transform 0.3s;
|
||||||
|
|
||||||
@ -120,10 +121,10 @@
|
|||||||
.@{select-prefix-cls}-open &.anticon-down {
|
.@{select-prefix-cls}-open &.anticon-down {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&.anticon-down {
|
&:not(.@{iconfont-css-prefix}-down) {
|
||||||
pointer-events: none;
|
pointer-events: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user