From eb616d479c384f4b89a72044e945fdda2ef6ecb4 Mon Sep 17 00:00:00 2001 From: Wuxh Date: Thu, 15 Dec 2022 18:36:32 +0800 Subject: [PATCH] fix: fix drop down menu style issue (#39434) fix: https://github.com/ant-design/ant-design/issues/39322 --- components/dropdown/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dropdown/style/index.less b/components/dropdown/style/index.less index 10f8b9db11..726539185a 100644 --- a/components/dropdown/style/index.less +++ b/components/dropdown/style/index.less @@ -221,7 +221,7 @@ background-color: @item-hover-bg; } - &-disabled { + &&-disabled { color: @disabled-color; cursor: not-allowed;