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