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.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index d09353e38..fb2f1c32a 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -36,7 +36,7 @@
36 background: lighten($theme-brand-primary, 35%); 36 background: lighten($theme-brand-primary, 35%);
37 border-left-width: 4px; 37 border-left-width: 4px;
38 border-left-style: solid; 38 border-left-style: solid;
39 border-left-color: $theme-brand-primary; 39 color: $theme-brand-primary;
40 40
41 .tab-item__icon { margin-left: -4px; } 41 .tab-item__icon { margin-left: -4px; }
42 } 42 }