style: fix cascader icon disabled color (#2223)

This commit is contained in:
xrkffgg 2020-05-11 21:49:27 +08:00 committed by GitHub
parent 1d446c3c3e
commit 181d6adf6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,6 +218,9 @@
position: absolute;
right: @control-padding-horizontal;
color: @text-color-secondary;
.@{cascader-prefix-cls}-menu-item-disabled& {
color: @disabled-color;
}
}
& &-keyword {