dropdown trigger arrow should rotate

This commit is contained in:
afc163 2015-06-17 17:30:25 +08:00
parent bbb146d051
commit 92fe84919b

View File

@ -15,6 +15,15 @@
&-wrap {
position: relative;
.anticon-down {
transition: transform 0.2s ease;
}
}
&-wrap-open {
.anticon-down {
transform: rotate(180deg);
}
}
&-hidden {
@ -148,4 +157,4 @@
transform: scaleY(0);
}
}
}
}