aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss5
1 files changed, 1 insertions, 4 deletions
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 @@
14 &.is-disabled .tab-item__icon { 14 &.is-disabled .tab-item__icon {
15 filter: grayscale(100%) opacity(0.2); 15 filter: grayscale(100%) opacity(0.2);
16 } 16 }
17 .tab-item__icon {
18 width: 34px;
19 }
20} 17}
21 18
22.tabs { 19.tabs {
@@ -47,9 +44,9 @@
47 $theme-brand-primary, 44 $theme-brand-primary,
48 $lightness: min(lightness($theme-brand-primary) * 1.35, 100) 45 $lightness: min(lightness($theme-brand-primary) * 1.35, 100)
49 ); 46 );
47 border-color: $theme-brand-primary;
50 border-left-width: 4px; 48 border-left-width: 4px;
51 border-left-style: solid; 49 border-left-style: solid;
52 color: $theme-brand-primary;
53 50
54 .tab-item__icon { 51 .tab-item__icon {
55 margin-left: -4px; 52 margin-left: -4px;