mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
Fix notification icon hover color, close #10272
This commit is contained in:
parent
d9053a2526
commit
e40c2a7f45
@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #404040;
|
color: shade(@text-color-secondary, 40%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user