From: Daniel Ruf Date: Fri, 2 Mar 2018 19:07:00 +0000 (+0100) Subject: fix: remove the unused tab-expand-max variable X-Git-Tag: v6.6.0~3^2~287^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11001%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: remove the unused tab-expand-max variable --- diff --git a/scss/components/_tabs.scss b/scss/components/_tabs.scss index b15d67d40..ecf85edea 100644 --- a/scss/components/_tabs.scss +++ b/scss/components/_tabs.scss @@ -37,10 +37,6 @@ $tab-item-background-hover: $white !default; /// @type Number $tab-item-padding: 1.25rem 1.5rem !default; -/// Maximum number of `expand-n` classes to include in the CSS. -/// @type Number -$tab-expand-max: 6 !default; - /// Default background color of tab content. /// @type Color $tab-content-background: $white !default; diff --git a/scss/settings/_settings.scss b/scss/settings/_settings.scss index 23ab69abb..fb447f895 100644 --- a/scss/settings/_settings.scss +++ b/scss/settings/_settings.scss @@ -800,7 +800,6 @@ $tab-active-color: $primary-color; $tab-item-font-size: rem-calc(12); $tab-item-background-hover: $white; $tab-item-padding: 1.25rem 1.5rem; -$tab-expand-max: 6; $tab-content-background: $white; $tab-content-border: $light-gray; $tab-content-color: $body-font-color;