Browse Source

Fix TreeSelect item style, close #6137

pull/6155/head
afc163 8 years ago
parent
commit
46884e06ea
  1. 6
      components/tree-select/style/index.less

6
components/tree-select/style/index.less

@ -19,7 +19,7 @@
white-space: nowrap;
outline: 0;
&.filter-node {
> a {
> span {
font-weight: bold !important;
}
}
@ -27,7 +27,7 @@
margin: 0;
padding: 0 0 0 18px;
}
a {
> span {
display: inline-block;
padding: 1px 5px;
border-radius: 2px;
@ -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;
}

Loading…
Cancel
Save