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.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index cbd833f04..ee0858687 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -64,6 +64,13 @@
64 right: 8px; 64 right: 8px;
65 65
66 &.is-indirect { padding-top: 0; } 66 &.is-indirect { padding-top: 0; }
67 &.hibernating {
68 padding-top: 0;
69 background: $theme-gray;
70 font-size: 0px;
71 min-height: 10px;
72 min-width: 10px;
73 }
67 } 74 }
68 75
69 .tab-item__info-badge { 76 .tab-item__info-badge {