Skip to content

Commit

Permalink
Fix Cascader[disabled] style with defaultValue, close ant-design#4648
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jan 19, 2017
1 parent e375816 commit 9189d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/cascader/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 9189d3c

Please sign in to comment.