themes: Keep menubar color consistent when out of focus

Same issue as 484b9cfe, just applied to the
non-merged menubar instead.
This commit is contained in:
Alx Sa 2025-04-13 01:04:53 +00:00
parent 2cedc9fc96
commit 2ed959ed7c

View file

@ -665,6 +665,10 @@ menubar {
box-shadow: 0 -1px @edge-border-color inset; box-shadow: 0 -1px @edge-border-color inset;
} }
menubar:backdrop menuitem {
background-color: transparent;
}
menuitem:hover, menuitem:selected menuitem:hover, menuitem:selected
{ {
border: 0px solid transparent; border: 0px solid transparent;