]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
rename tab-background-active-color to tab-active-color 9411/head
authorAndy Cochran <acochran@council.nyc.gov>
Mon, 28 Nov 2016 19:47:17 +0000 (14:47 -0500)
committerAndy Cochran <acochran@council.nyc.gov>
Mon, 28 Nov 2016 19:47:17 +0000 (14:47 -0500)
scss/components/_tabs.scss
scss/settings/_settings.scss

index f2b61d07cdb5216b5dc00722324e0248590e0c4c..f150f57cec93c79ededc0f33a6b9bee66702a786 100644 (file)
@@ -24,7 +24,7 @@ $tab-background-active: $light-gray !default;
 
 /// Active font color of tab item.
 /// @type Color
-$tab-background-active-color: $primary-color !default;
+$tab-active-color: $primary-color !default;
 
 /// Font size of tab items.
 /// @type Number
@@ -84,7 +84,7 @@ $tab-content-padding: 1rem !default;
   $padding: $tab-item-padding,
   $font-size: $tab-item-font-size,
   $color: $tab-color,
-  $color-active: $tab-background-active-color,
+  $color-active: $tab-active-color,
   $background-hover: $tab-item-background-hover,
   $background-active: $tab-background-active
 ) {
index 781267c0fd91f05358bec9a4d2b242b0fd007382..52db3c1a4a9ab124bae7ef3fbfb72be57259480a 100644 (file)
@@ -538,7 +538,7 @@ $tab-margin: 0;
 $tab-background: $white;
 $tab-color: $primary-color;
 $tab-background-active: $light-gray;
-$tab-background-active-color: $primary-color;
+$tab-active-color: $primary-color;
 $tab-item-font-size: rem-calc(12);
 $tab-item-background-hover: $white;
 $tab-item-padding: 1.25rem 1.5rem;