mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: cascader disabled border color (#25970)
This commit is contained in:
parent
bc76e84619
commit
ea49b01f0e
@ -119,7 +119,9 @@
|
|||||||
|
|
||||||
// https://github.com/ant-design/ant-design/pull/12407#issuecomment-424657810
|
// https://github.com/ant-design/ant-design/pull/12407#issuecomment-424657810
|
||||||
&-picker-label:hover + &-input {
|
&-picker-label:hover + &-input {
|
||||||
.hover;
|
&:not(.@{cascader-prefix-cls}-picker-disabled &) {
|
||||||
|
.hover;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-picker-small &-picker-clear,
|
&-picker-small &-picker-clear,
|
||||||
|
Loading…
Reference in New Issue
Block a user