aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-01 15:52:52 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-01 15:52:52 +0200
commiteeb8a8a35e65baf38e7d741aca8cf68355cb96c3 (patch)
tree6c1de396c8ed4a3b759fdd70fb6d8db12a4345de /src/styles
parentfix: horizontal bar is a lot wider than what it should be (#2006) (diff)
downloadferdium-app-eeb8a8a35e65baf38e7d741aca8cf68355cb96c3.tar.gz
ferdium-app-eeb8a8a35e65baf38e7d741aca8cf68355cb96c3.tar.zst
ferdium-app-eeb8a8a35e65baf38e7d741aca8cf68355cb96c3.zip
feat: show service number on icon when first key of switch service hotkey held (#2007)
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/tabs.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index df10da77c..16318b9f6 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -120,6 +120,19 @@
120 } 120 }
121 } 121 }
122 122
123 .tab-item__shortcut-index {
124 align-items: center;
125 background: $theme-gray-light;
126 bottom: 8px;
127 color: #fff;
128 display: flex;
129 font-size: 11px;
130 min-height: 17px;
131 padding: 0px 5px;
132 position: absolute;
133 left: 8px;
134 }
135
123 &.is-reordering { 136 &.is-reordering {
124 z-index: 99999; 137 z-index: 99999;
125 } 138 }