fix: cascader disabled border color (#25970)

This commit is contained in:
xrkffgg 2020-08-03 14:36:16 +08:00 committed by GitHub
parent bc76e84619
commit ea49b01f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,9 @@
// https://github.com/ant-design/ant-design/pull/12407#issuecomment-424657810
&-picker-label:hover + &-input {
.hover;
&:not(.@{cascader-prefix-cls}-picker-disabled &) {
.hover;
}
}
&-picker-small &-picker-clear,