From be14ad8112f646a762dc9e659215d74237856e67 Mon Sep 17 00:00:00 2001 From: wangyang0210 Date: Fri, 14 Apr 2023 23:20:07 +0800 Subject: [PATCH] fix(menu): disabled attribute does not take effect --- style/web/components/menu/_index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/web/components/menu/_index.less b/style/web/components/menu/_index.less index a7ecce6402..0fcea4b0fe 100644 --- a/style/web/components/menu/_index.less +++ b/style/web/components/menu/_index.less @@ -831,6 +831,10 @@ a.@{prefix}-menu__item { background-color: @menu-popup-item-hover-bg; } } + + .@{prefix}-is-disabled { + color: @menu-item-disabled-color; + } } &__operations {