From 1f7464dbcb0deaf77bc9cd2dc318e27e85f3158c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 28 Aug 2023 20:46:24 +0200 Subject: [PATCH] theme: Use insensitive theming for undecorated insensitive buttons Menu items such as "paste" when no clipboard is available were always painted as active. This is because the undecorated buttons do not use the insensitive color anymore. Part-of: --- data/theme/gnome-shell-sass/_drawing.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell-sass/_drawing.scss b/data/theme/gnome-shell-sass/_drawing.scss index 3909f518f..85f16fb3c 100644 --- a/data/theme/gnome-shell-sass/_drawing.scss +++ b/data/theme/gnome-shell-sass/_drawing.scss @@ -247,6 +247,7 @@ background-color: none; box-shadow: none; &:insensitive { + @include button(insensitive); background-color: transparent; } }