From 10e22baa48cf35b86d326eddbd367881f0dfcf6b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 16 Oct 2025 00:42:14 +0800 Subject: [PATCH] Update _misc.scss --- src/sass/gtk/apps/_misc.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sass/gtk/apps/_misc.scss b/src/sass/gtk/apps/_misc.scss index a2e4b1ca..a8bdcade 100644 --- a/src/sass/gtk/apps/_misc.scss +++ b/src/sass/gtk/apps/_misc.scss @@ -352,10 +352,12 @@ window.bright.symbolic { popover#ContextMenu { // not use ? border-radius: $menu-radius; - background-clip: content-box; modelbutton.flat { border-radius: $corner-radius; + transition: none; // Fixed Inkscape context menu background issue + + &:hover, &:selected, &:focus { background-color: $primary; } } }