feat(theme): use native CSS for RTL instead of using `rtlcss` package

pull/5034/head
Rami Yushuvaev 2 weeks ago
parent 0f0b71aa73
commit b270f9f113

@ -555,7 +555,7 @@
--icon: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M0 0h24v24H0V0z' fill='none' /%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z' /%3E%3C/svg%3E");
-webkit-mask-image: var(--icon);
mask-image: var(--icon);
transform: scaleX(calc(-1 * var(--vp-direction-multiplier)));
transform: scaleX(var(--vp-direction-multiplier));
}
.vp-external-link-icon::after {

Loading…
Cancel
Save