polestar-ui-kit
Version:
## Install
29 lines (26 loc) • 821 B
text/less
@import '~antd/lib/tree-select/style/index';
@import '../../themes/default/index';
@import '../../mixins/index';
.@{select-tree-prefix-cls} {
li {
span {
&.@{select-tree-prefix-cls}-switcher {
&.@{select-tree-prefix-cls}-switcher_open {
svg {
display: none;
}
}
&.@{select-tree-prefix-cls}-switcher_close {
.antTreeSwitcherIcon();
&:after {
transform: rotate(270deg) scale(0.59);
font-size: 20px ;
}
svg {
display: none;
}
}
}
}
}
}