Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / seven / css / components / tabs.css
index 5aab30b8499cd9fbf0bdd84dc816e65b9ec10f63..f8b9966471d378feb060d9102cf052d9bf42e605 100644 (file)
@@ -9,7 +9,7 @@
 .is-horizontal .tabs:before {
   content: '';
   display: block;
-  background-color: #A6A6A6;
+  background-color: #a6a6a6;
   height: 1px;
   position: absolute;
   bottom: 0;
@@ -86,7 +86,7 @@ li.tabs__tab a {
   z-index: 15;
   border-color: #a6a6a6;
   border-radius: 4px 0 0 0; /* LTR */
-  background-color: #ffffff;
+  background-color: #fff;
   color: #004f80;
 }
 [dir="rtl"] .tabs.primary .tabs__tab.is-active {
@@ -155,7 +155,7 @@ li.tabs__tab a {
 }
 .tabs.is-open {
   max-height: 999em;
-  padding-bottom:16px;
+  padding-bottom: 16px;
   padding-bottom: 1rem;
 }
 .is-collapse-enabled .tabs__tab.is-active {
@@ -174,7 +174,7 @@ li.tabs__tab a {
 }
 .is-open .tabs__tab.is-active {
   border-color: #a6a6a6;
-  background-color: #ffffff;
+  background-color: #fff;
   color: #004f80;
   border-bottom: 1px solid #a6a6a6;
 }