]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove $tab-border Sass variable which wasn't being used, closes #8068 8081/head
authorGeoff Kimball <geoff@zurb.com>
Wed, 3 Feb 2016 17:07:35 +0000 (09:07 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 3 Feb 2016 17:07:37 +0000 (09:07 -0800)
scss/components/_tabs.scss

index 12151592418d201ff1a0767f532ed2e2c96fa6d3..0e3a2c9be3405c78ac2cd217a6496f8cd6a45fc5 100644 (file)
@@ -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;