From e617b6054bf1979bf6ac8212e0e934a887fff2ef Mon Sep 17 00:00:00 2001 From: Andy Cochran Date: Mon, 28 Nov 2016 14:47:17 -0500 Subject: [PATCH] rename tab-background-active-color to tab-active-color --- scss/components/_tabs.scss | 4 ++-- scss/settings/_settings.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; -- 2.47.2