From 01ffbd064ba70969b30e591117491e34cd6391d4 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Tue, 6 May 2025 11:12:39 -0300 Subject: [PATCH] themes: Fix system theme leak of selected menubar item --- themes/Default/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/Default/common.css b/themes/Default/common.css index aa1b88eeab..96d7a3174b 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -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 */