mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-76982 mod_book: Flip chapter navigation icons in RTL languages
This commit is contained in:
parent
e6316d5285
commit
ff186194c9
@ -82,6 +82,11 @@
|
||||
border-radius: 0 200px 200px 0;
|
||||
}
|
||||
|
||||
.path-mod-book.dir-rtl .btn-previous .icon,
|
||||
.path-mod-book.dir-rtl .btn-next .icon {
|
||||
transform: scale(-1, -1); /* Flip the icons in RTL languages */
|
||||
}
|
||||
|
||||
.path-mod-book .btn-previous .icon,
|
||||
.path-mod-book .btn-next .icon {
|
||||
font-size: 24px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user