Fixed footnote back reference icon orientation for RTL languages

This commit is contained in:
squidfunk
2025-04-11 10:04:04 +02:00
parent 5d99a9fcf7
commit efe44f6c08
4 changed files with 4 additions and 8 deletions

View File

@@ -135,11 +135,7 @@
// Adjust for right-to-left languages
[dir="rtl"] & {
// Flip icon vertically
svg {
transform: scaleX(-1);
}
transform: scaleX(-1);
}
}
}