提交 92fe8491 编写于 作者: A afc163

dropdown trigger arrow should rotate

上级 bbb146d0
......@@ -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);
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册