From: Geoff Kimball Date: Wed, 3 Feb 2016 17:07:35 +0000 (-0800) Subject: Remove $tab-border Sass variable which wasn't being used, closes #8068 X-Git-Tag: v6.2.0-rc.1~35^2~4^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8081%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove $tab-border Sass variable which wasn't being used, closes #8068 --- diff --git a/scss/components/_tabs.scss b/scss/components/_tabs.scss index 121515924..0e3a2c9be 100644 --- a/scss/components/_tabs.scss +++ b/scss/components/_tabs.scss @@ -18,10 +18,6 @@ $tab-background: $white !default; /// @type Color $tab-background-active: $light-gray !default; -/// Default border color of tab content. -/// @type Color -$tab-border: $light-gray !default; - /// Default text color for items in a Menu. /// @type Color $tab-item-color: foreground($tab-background, $primary-color) !default;