From 181d6adf6dc2ca4ad342b910974ec04157b9c6f4 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 11 May 2020 21:49:27 +0800 Subject: [PATCH] style: fix cascader icon disabled color (#2223) --- components/cascader/style/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/cascader/style/index.less b/components/cascader/style/index.less index 0d16de2af..8afb6b01b 100644 --- a/components/cascader/style/index.less +++ b/components/cascader/style/index.less @@ -218,6 +218,9 @@ position: absolute; right: @control-padding-horizontal; color: @text-color-secondary; + .@{cascader-prefix-cls}-menu-item-disabled& { + color: @disabled-color; + } } & &-keyword {