mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: hover color use #f5f5f5 @gray-3
This commit is contained in:
parent
79ae060e6e
commit
6d7950a1d9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user