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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2919>
This commit is contained in:
Marco Trevisan (Treviño) 2023-08-28 20:46:24 +02:00 committed by Sam Hewitt
parent 3cfc918976
commit 1f7464dbcb

View File

@ -247,6 +247,7 @@
background-color: none;
box-shadow: none;
&:insensitive {
@include button(insensitive);
background-color: transparent;
}
}