$selecttree-prefix-cls:  "#{$css-prefix}selectTree";
.#{$selecttree-prefix-cls} {
  .h-tree-title {
    width: auto;// ********
  }

  input {
    @include selectionStyle;
  }
  .#{$css-prefix}tag {
    background: $select-tag-background !important;
    border: 1px solid #d9d9d9 !important;
    margin: 2px;
    &>.#{$css-prefix}icon {
      //   position: absolute;
      right: 4px;
      font-size: 12px;
      color: #999;
    }
    // span{
    //     line-height: 22px;
    // }
  }

  &-disabled {
    .#{$css-prefix}tag {
      &>.#{$css-prefix}tag-text {
        color: #bbb;
      }
      &>.#{$css-prefix}icon {
        color: #bbb;
      }
    }
  }

  & .h-tree-title-selected {
    background-color: #fff;
    color: #4686f2;
  }

  &-visible {
    .#{$selecttree-prefix-cls}-selection {
      @include active();
      border-color: $default-hover-focus-color;
    }
  }
}
