]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
dark-mode: fix highlighting of active elements in drop down menus
authorStefan Sterz <s.sterz@proxmox.com>
Wed, 22 Mar 2023 11:07:58 +0000 (12:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Mar 2023 11:11:48 +0000 (12:11 +0100)
e.g.,: the filter menu item in the backup job creation window

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

index 74be901da0b77d1112e238a3cfed17721b35bff3..2983f60bc831f1e8d5476ce5dc635feee62c5da0 100644 (file)
@@ -19,7 +19,8 @@
   }
 
   // When hovering over a menu item
-  &.x-menu-item-focus {
+  &.x-menu-item-focus,
+  &.x-menu-item-active {
     @include selection;
   }
 }