diff --git a/components/menu/style/index.less b/components/menu/style/index.less index e602029952..3823e647c8 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -365,6 +365,10 @@ color: @disabled-color !important; pointer-events: none; } + > .@{menu-prefix-cls}-submenu-title { + color: @disabled-color !important; + cursor: not-allowed; + } } } @@ -454,5 +458,8 @@ opacity: 0.8; color: @disabled-color-dark !important; } + > .@{menu-prefix-cls}-submenu-title { + color: @disabled-color-dark !important; + } } }