Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / bartik / css / components / tabs.css
index 6f232fee483e28600d958a389e8e44d2da5ac0c6..250c9362aad92c06b4aa313730b8c55d7c87750f 100644 (file)
@@ -21,9 +21,10 @@ div.tabs {
   text-shadow: 0 1px 0 #fff;
 }
 .tabs ul.primary li.is-active a {
-  background-color: #ffffff;
+  background-color: #fff;
   border: 1px solid #bbb;
 }
+
 @media screen and (max-width: 37.5em) { /* 600px */
   .tabs ul.primary {
     border-bottom: 1px solid #bbb;
@@ -39,6 +40,7 @@ div.tabs {
     border-bottom: none;
   }
 }
+
 @media screen and (min-width: 37.5em) { /* 600px */
   .tabs ul.primary {
     border-collapse: collapse;