[pve-devel] [PATCH widget-toolkit 1/4] dark-mode: fix focus and focus-over states for tabs

Stefan Sterz s.sterz at proxmox.com
Wed Apr 5 10:08:02 CEST 2023


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 at proxmox.com>
---
 src/proxmox-dark/scss/extjs/_tabbar.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/proxmox-dark/scss/extjs/_tabbar.scss b/src/proxmox-dark/scss/extjs/_tabbar.scss
index e1b5f66..6fe945e 100644
--- a/src/proxmox-dark/scss/extjs/_tabbar.scss
+++ b/src/proxmox-dark/scss/extjs/_tabbar.scss
@@ -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;
-- 
2.30.2






More information about the pve-devel mailing list