Commit ae3de6aedbf9bc096a032e79e3a38c698f24889b
1 parent
b0fe4f98
fix Menu style
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/styles/components/menu.less
@@ -111,7 +111,7 @@ | @@ -111,7 +111,7 @@ | ||
111 | &-primary&-horizontal &-item, &-primary&-horizontal &-submenu{ | 111 | &-primary&-horizontal &-item, &-primary&-horizontal &-submenu{ |
112 | color: #fff; | 112 | color: #fff; |
113 | &-active, &:hover{ | 113 | &-active, &:hover{ |
114 | - background: @link-active-color; | 114 | + //background: @link-active-color; |
115 | } | 115 | } |
116 | } | 116 | } |
117 | 117 |