diff --git a/resources/css/ext.uls.actions.menu.less b/resources/css/ext.uls.actions.menu.less index 0cd4d0bf..9cfbb933 100644 --- a/resources/css/ext.uls.actions.menu.less +++ b/resources/css/ext.uls.actions.menu.less @@ -14,7 +14,9 @@ .uls-language-actions-close { min-width: unset; width: 44px; - background: transparent url( ../images/arrow-previous.svg ) no-repeat center; + // Note that CSSJanus is flipping the `ltr` in the URL to `rtl`. + // Therefore make sure that both icons are available and up-to-date. + background: transparent url( ../images/arrow-previous-ltr.svg ) no-repeat center; } } diff --git a/resources/images/arrow-previous.svg b/resources/images/arrow-previous-ltr.svg similarity index 100% rename from resources/images/arrow-previous.svg rename to resources/images/arrow-previous-ltr.svg diff --git a/resources/images/arrow-previous-rtl.svg b/resources/images/arrow-previous-rtl.svg new file mode 100644 index 00000000..fd427083 --- /dev/null +++ b/resources/images/arrow-previous-rtl.svg @@ -0,0 +1,4 @@ + + + +