From eeb8a8a35e65baf38e7d741aca8cf68355cb96c3 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 1 Oct 2021 15:52:52 +0200 Subject: feat: show service number on icon when first key of switch service hotkey held (#2007) --- src/styles/tabs.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/styles') 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 @@ } } + .tab-item__shortcut-index { + align-items: center; + background: $theme-gray-light; + bottom: 8px; + color: #fff; + display: flex; + font-size: 11px; + min-height: 17px; + padding: 0px 5px; + position: absolute; + left: 8px; + } + &.is-reordering { z-index: 99999; } -- cgit v1.2.3-54-g00ecf