From d9bbf686ae2458fdcb3b033a806f3c2eb72492da Mon Sep 17 00:00:00 2001 From: kytwb Date: Wed, 15 Dec 2021 16:26:12 +0100 Subject: Various appearance fixes --- src/styles/tabs.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/styles/tabs.scss') diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss index c5111fa91..fbff544ed 100644 --- a/src/styles/tabs.scss +++ b/src/styles/tabs.scss @@ -14,9 +14,6 @@ &.is-disabled .tab-item__icon { filter: grayscale(100%) opacity(0.2); } - .tab-item__icon { - width: 34px; - } } .tabs { @@ -47,9 +44,9 @@ $theme-brand-primary, $lightness: min(lightness($theme-brand-primary) * 1.35, 100) ); + border-color: $theme-brand-primary; border-left-width: 4px; border-left-style: solid; - color: $theme-brand-primary; .tab-item__icon { margin-left: -4px; -- cgit v1.2.3-54-g00ecf