Commit a3b1dfe9e5c1fc90777fa55a4bbe68cced5370b6

Authored by 陈洋
1 parent 244b1ed4

pref: 字段选择组件 样式迭代

... ... @@ -71,9 +71,10 @@
71 71 line-height: 32px;
72 72 border-radius: 4px;
73 73
74   - &:hover {
  74 + &:hover,
  75 + &:not(.ant-menu-item-selected):hover {
75 76 color: inherit;
76   - background-color: @N3;
  77 + background-color: @N3 !important;
77 78 }
78 79 }
79 80
... ...