themes: Fix system theme leak of selected menubar item

This commit is contained in:
Bruno Lopes 2025-05-06 11:12:39 -03:00
parent 15d2e25404
commit 01ffbd064b
No known key found for this signature in database

View file

@ -690,6 +690,7 @@ menuitem menuitem {
menubar > menuitem:hover {
color: @fg-color;
background: @extreme-bg-color;
box-shadow: inset 0 -3px @stronger-border-color;
}
/* Top menubar subitem style */