fix: cascader expand icon disacled color (#24521)

This commit is contained in:
xrkffgg 2020-05-28 12:17:04 +08:00 committed by GitHub
parent 6844c413c2
commit cfd66fa030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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