@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 !important;
                    }
                    svg {
                        display: none;
                    }
                }
            }
        }
    }
}
