mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 19:39:51 +08:00
dropdown trigger arrow should rotate
This commit is contained in:
parent
bbb146d051
commit
92fe84919b
@ -15,6 +15,15 @@
|
|||||||
|
|
||||||
&-wrap {
|
&-wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
.anticon-down {
|
||||||
|
transition: transform 0.2s ease;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-wrap-open {
|
||||||
|
.anticon-down {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-hidden {
|
&-hidden {
|
||||||
|
Loading…
Reference in New Issue
Block a user