From: Andy Cochran Date: Mon, 28 Nov 2016 19:47:17 +0000 (-0500) Subject: rename tab-background-active-color to tab-active-color X-Git-Tag: v6.3-rc1~6^2~4^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9411%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git rename tab-background-active-color to tab-active-color --- diff --git a/scss/components/_tabs.scss b/scss/components/_tabs.scss index f2b61d07c..f150f57ce 100644 --- a/scss/components/_tabs.scss +++ b/scss/components/_tabs.scss @@ -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 ) { diff --git a/scss/settings/_settings.scss b/scss/settings/_settings.scss index 781267c0f..52db3c1a4 100644 --- a/scss/settings/_settings.scss +++ b/scss/settings/_settings.scss @@ -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;