mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
style: fix cascader icon disabled color (#2223)
This commit is contained in:
parent
1d446c3c3e
commit
181d6adf6d
@ -218,6 +218,9 @@
|
||||
position: absolute;
|
||||
right: @control-padding-horizontal;
|
||||
color: @text-color-secondary;
|
||||
.@{cascader-prefix-cls}-menu-item-disabled& {
|
||||
color: @disabled-color;
|
||||
}
|
||||
}
|
||||
|
||||
& &-keyword {
|
||||
|
Loading…
Reference in New Issue
Block a user