mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
Fix Cascader[disabled] style with defaultValue, close #4648
This commit is contained in:
parent
e3758168e4
commit
9189d3cc5d
@ -25,10 +25,10 @@
|
||||
|
||||
&-disabled {
|
||||
cursor: not-allowed;
|
||||
|
||||
background: @input-disabled-bg;
|
||||
color: @disabled-color;
|
||||
.@{cascader-prefix-cls}-input {
|
||||
cursor: not-allowed;
|
||||
background: @input-disabled-bg;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user