fix disabled menu item background

This commit is contained in:
afc163 2016-07-21 14:30:37 +08:00
parent 7aad78c508
commit 44b8f38a3c

View File

@ -151,6 +151,7 @@
&.@{menu-prefix-cls}-submenu-disabled { &.@{menu-prefix-cls}-submenu-disabled {
color: #999 !important; color: #999 !important;
cursor: not-allowed; cursor: not-allowed;
background: none;
> a { > a {
color: #999 !important; color: #999 !important;
pointer-events: none; pointer-events: none;