From aab3daa1ea66433d2d6e86d30c9ea06668d4831b Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 15 May 2017 18:23:49 +0800 Subject: [PATCH] fix: broken style of SubMenu[disabled], close: #6062 --- components/menu/style/index.less | 7 +++++++ 1 file changed, 7 insertions(+) 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; + } } }