Skip to content

Commit

Permalink
Fix TreeSelect not found style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 3, 2016
1 parent 86aaa2d commit 9cee9f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/tree-select/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,10 @@
cursor: not-allowed;
display: block;
}

.ant-select-not-found {
cursor: not-allowed;
color: #ccc;
padding: 7px 15px;
display: block;
}

0 comments on commit 9cee9f1

Please sign in to comment.