diff --git a/layouts/partials/shortcodes/expand.html b/layouts/partials/shortcodes/expand.html index ecd727202f..a5c29ccd0b 100644 --- a/layouts/partials/shortcodes/expand.html +++ b/layouts/partials/shortcodes/expand.html @@ -12,8 +12,7 @@
diff --git a/static/css/ie.css b/static/css/ie.css index 72cd64fcc0..dbcc072030 100644 --- a/static/css/ie.css +++ b/static/css/ie.css @@ -14,6 +14,9 @@ html[dir="rtl"] .progress { left: 4.25rem; } + html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right { + transform: scaleX(1); + } article, .toc-wrapper, .tags { diff --git a/static/css/theme.css b/static/css/theme.css index 9386c6c857..3bb8f119c7 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1136,10 +1136,9 @@ option { display: none; } -/* turn off unsuitable expander for this reading direction */ -html[dir="ltr"] .expand > .expand-label > .expand-rtl, -html[dir="rtl"] .expand > .expand-label > .expand-ltr { - display: none; +/* adjust expander for RTL reading direction */ +html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right { + transform: scaleX(-1); } #body footer.footline{