fix: hover color use #f5f5f5 @gray-3

This commit is contained in:
ycjcl868 2019-11-19 10:20:25 +08:00
parent 79ae060e6e
commit 6d7950a1d9

View File

@ -79,8 +79,8 @@
// The background colors for active and hover states for things like
// list items or table cells.
@item-active-bg: #fafafa;
@item-hover-bg: #fafafa;
@item-active-bg: #f5f5f5;
@item-hover-bg: #f5f5f5;
// ICONFONT
@iconfont-css-prefix: anticon;