fix: Tree switcher icon in rtl (#27876)

* fix: Tree switcher icon in rtl

* remove
This commit is contained in:
xrkffgg 2020-11-19 17:20:32 +08:00 committed by GitHub
parent 4d383a669f
commit 1f935803f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,18 +23,12 @@
&_close {
.@{tree-prefix-cls}-switcher-icon {
svg {
.@{tree-prefix-cls}-rtl& {
.@{tree-prefix-cls}-rtl & {
transform: rotate(90deg);
}
}
}
}
&-loading-icon {
.@{tree-prefix-cls}-rtl& {
transform: scaleY(-1);
}
}
}
// ==================== Show Line =====================
&-show-line {