]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
dark-mode: fix focus and focus-over states for tabs
authorStefan Sterz <s.sterz@proxmox.com>
Wed, 5 Apr 2023 08:08:02 +0000 (10:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Apr 2023 11:05:48 +0000 (13:05 +0200)
previously the focus and focus-over states weren't styled so the crisp
styling was used, which made them appear too brightly.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
src/proxmox-dark/scss/extjs/_tabbar.scss

index e1b5f6608f203aad1beaf27cc23d1c8d78d8e53b..6fe945e4edf9b8e82f731da72e041db339617bd1 100644 (file)
@@ -26,6 +26,8 @@
     color: $text-color;
   }
 
+  .x-keyboard-mode &.x-tab-focus,
+  .x-keyboard-mode &.x-tab-focus.x-tab-over,
   .x-keyboard-mode &.x-tab-focus.x-tab-active {
     background-color: $primary-color;
     border-color: $primary-color;