Fix notification icon hover color, close #10272

This commit is contained in:
afc163 2018-04-27 10:48:40 +08:00
parent d9053a2526
commit e40c2a7f45

View File

@ -118,7 +118,7 @@
} }
&:hover { &:hover {
color: #404040; color: shade(@text-color-secondary, 40%);
} }
} }