mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
fix: cascader expand icon disacled color (#24521)
This commit is contained in:
parent
6844c413c2
commit
cfd66fa030
@ -228,6 +228,10 @@
|
||||
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