fix: Menu item color style transtion (#31189)

close https://github.com/ant-design/ant-design/issues/31069#issuecomment-866052544
This commit is contained in:
afc163 2021-06-29 19:04:37 +08:00 committed by GitHub
parent f73a7d2e1a
commit a047de206e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,10 @@
padding @animation-duration-slow @ease-in-out;
}
&-title-content {
transition: color @animation-duration-slow;
}
&-item a {
color: @menu-item-color;
&:hover {