mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
fix disabled menu item background
This commit is contained in:
parent
7aad78c508
commit
44b8f38a3c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user