Skip to content

Commit

Permalink
Fix TreeSelect item style, close ant-design#6137
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 15, 2017
1 parent 0b9ff23 commit 46884e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/tree-select/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
white-space: nowrap;
outline: 0;
&.filter-node {
> a {
> span {
font-weight: bold !important;
}
}
ul {
margin: 0;
padding: 0 0 0 18px;
}
a {
> span {
display: inline-block;
padding: 1px 5px;
border-radius: 2px;
Expand All @@ -43,8 +43,6 @@
&.@{select-tree-prefix-cls}-node-selected {
background-color: @item-active-bg;
}
}
span {
&.@{select-tree-prefix-cls}-checkbox {
margin: 2px 4px 0 0;
}
Expand Down

0 comments on commit 46884e0

Please sign in to comment.