style: optimize loading icon in rtl (#27010)

This commit is contained in:
xrk 2020-10-05 16:20:14 +08:00 committed by GitHub
parent fa3c00ce1a
commit 20efc58a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View File

@ -85,5 +85,11 @@
left: @control-padding-horizontal;
}
}
&-loading-icon {
.@{menu-rtl-cls} & {
transform: scaleY(-1);
}
}
}
}

View File

@ -49,5 +49,11 @@
}
}
}
&-loading-icon {
.@{tree-select-prefix-cls}-dropdown-rtl & {
transform: scaleY(-1);
}
}
}
}

View File

@ -29,6 +29,12 @@
}
}
}
&-loading-icon {
.@{tree-prefix-cls}-rtl& {
transform: scaleY(-1);
}
}
}
// ==================== Show Line =====================
&-show-line {