summaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index cbd833f04..e500830ed 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -34,7 +34,9 @@
34 34
35 &.is-active { 35 &.is-active {
36 background: lighten($theme-brand-primary, 35%); 36 background: lighten($theme-brand-primary, 35%);
37 border-left: 4px solid $theme-brand-primary; 37 border-left-width: 4px;
38 border-left-style: solid;
39 border-left-color: $theme-brand-primary;
38 40
39 .tab-item__icon { margin-left: -4px; } 41 .tab-item__icon { margin-left: -4px; }
40 } 42 }
@@ -64,6 +66,13 @@
64 right: 8px; 66 right: 8px;
65 67
66 &.is-indirect { padding-top: 0; } 68 &.is-indirect { padding-top: 0; }
69 &.hibernating {
70 padding-top: 0;
71 background: $theme-gray;
72 font-size: 0px;
73 min-height: 10px;
74 min-width: 10px;
75 }
67 } 76 }
68 77
69 .tab-item__info-badge { 78 .tab-item__info-badge {