mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-01 04:48:55 +08:00
Fix menu item hover color
This commit is contained in:
parent
9006d74034
commit
03eff769be
@ -46,7 +46,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @text-color;
|
color: @primary-color;
|
||||||
}
|
}
|
||||||
&:before {
|
&:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user