Fixed menu icon orientation in RTL
authorAlexander Ebert <ebert@woltlab.com>
Sun, 9 Oct 2016 19:32:39 +0000 (21:32 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 9 Oct 2016 19:32:39 +0000 (21:32 +0200)
wcfsetup/install/files/style/ui/menuMobile.scss

index 6008235ff3dfce4ba8818383d0324948a415ed4b..cf9533917bf394b26376d25c4c19d25a7565f212 100644 (file)
        }
 }
 
+/* fix icons in rtl design */
+html[dir="rtl"] .menuOverlayItemLink.menuOverlayItemLinkMore::after {
+       content: $fa-var-angle-left;
+}
+
 .pageUserMenuMobile .menuOverlayItemBadge:last-child {
        padding-right: 10px !important;
 }