Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / menu-account / menu-account.css
index ac4f3918525827373bf1e4a6d81bfa58eef1e9f9..563a902cca7bd8c4138976804f9df7b9f32bb4d1 100644 (file)
@@ -7,7 +7,10 @@
   .menu--account {
     display: block;
     flex: 0 1 50%;
-    text-align: right;
+    text-align: right; /* LTR */
+  }
+  [dir="rtl"] .menu--account {
+    text-align: left;
   }
 }
 
   line-height: 1.5;
 }
 .menu-account__item + .menu-account__item {
-  margin-left: 1em;
+  margin-left: 1em; /* LTR */
+}
+[dir="rtl"] .menu-account__item + .menu-account__item {
+  margin-left: 0;
+  margin-right: 1em;
 }
 .menu-account__link,
 .menu-account__link:hover {