style: fix cascader icon disabled color (#2223)
parent
1d446c3c3e
commit
181d6adf6d
|
@ -218,6 +218,9 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: @control-padding-horizontal;
|
right: @control-padding-horizontal;
|
||||||
color: @text-color-secondary;
|
color: @text-color-secondary;
|
||||||
|
.@{cascader-prefix-cls}-menu-item-disabled& {
|
||||||
|
color: @disabled-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& &-keyword {
|
& &-keyword {
|
||||||
|
|
Loading…
Reference in New Issue