From a41845ff5d881bb22aa9309307adabe23a01c6c0 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 3 Feb 2016 09:07:35 -0800 Subject: [PATCH] Remove $tab-border Sass variable which wasn't being used, closes #8068 --- scss/components/_tabs.scss | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.47.2