style: fix table row select style in rtl (#23690)

This commit is contained in:
xrkffgg 2020-04-28 09:55:16 +08:00 committed by GitHub
parent 62eaa4193b
commit 5183592ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,8 +106,7 @@
&-extra { &-extra {
.@{table-wrapepr-rtl-cls} & { .@{table-wrapepr-rtl-cls} & {
right: auto; right: auto;
left: 0; left: -10px;
transform: translate(-100%, -50%);
} }
} }
} }