mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
fix: Menu item color style transtion (#31189)
close https://github.com/ant-design/ant-design/issues/31069#issuecomment-866052544
This commit is contained in:
parent
f73a7d2e1a
commit
a047de206e
@ -89,6 +89,10 @@
|
|||||||
padding @animation-duration-slow @ease-in-out;
|
padding @animation-duration-slow @ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-title-content {
|
||||||
|
transition: color @animation-duration-slow;
|
||||||
|
}
|
||||||
|
|
||||||
&-item a {
|
&-item a {
|
||||||
color: @menu-item-color;
|
color: @menu-item-color;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user