Skip to content

Commit 181d6ad

Browse files
authored
style: fix cascader icon disabled color (#2223)
1 parent 1d446c3 commit 181d6ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/cascader/style/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@
218218
position: absolute;
219219
right: @control-padding-horizontal;
220220
color: @text-color-secondary;
221+
.@{cascader-prefix-cls}-menu-item-disabled& {
222+
color: @disabled-color;
223+
}
221224
}
222225

223226
& &-keyword {

0 commit comments

Comments
 (0)