Skip to content

Commit

Permalink
fix: cascader disabled border color (#25970)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 3, 2020
1 parent bc76e84 commit ea49b01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/cascader/style/index.less
Expand Up @@ -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,
Expand Down

0 comments on commit ea49b01

Please sign in to comment.