mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 15:56:03 +00:00
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:
parent
df57fa6c6b
commit
79725294d9
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user