Pull merge.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / tabs / tabs.css
index 79cc1194cdb4f34f10b97a1fd5f68c4d28aa30bf..84e0b097185a7d59115ec236d538b2c5cacb6492 100644 (file)
   padding: 0;
 }
 .tabs .tab {
-  margin: 0;
+  margin: 0; /* LTR */
   background-color: #e6eee0;
 }
+[dir=rtl] .tabs .tab {
+  margin: 0;
+}
 .tabs .tab.is-active {
   background-color: #fff;
 }