mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-05-29 11:32:22 -04:00
Fixed footnote back reference icon orientation for RTL languages
This commit is contained in:
@@ -135,11 +135,7 @@
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
[dir="rtl"] & {
|
||||
|
||||
// Flip icon vertically
|
||||
svg {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user