dark-mode: fix highlighting of active elements in drop down menus

e.g.,: the filter menu item in the backup job creation window

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-03-22 12:07:58 +01:00 committed by Thomas Lamprecht
parent df57fa6c6b
commit 79725294d9

View File

@ -19,7 +19,8 @@
} }
// When hovering over a menu item // When hovering over a menu item
&.x-menu-item-focus { &.x-menu-item-focus,
&.x-menu-item-active {
@include selection; @include selection;
} }
} }