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 {
color: #999 !important;
cursor: not-allowed;
background: none;
> a {
color: #999 !important;
pointer-events: none;