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:
parent
3cfc918976
commit
1f7464dbcb
@ -247,6 +247,7 @@
|
||||
background-color: none;
|
||||
box-shadow: none;
|
||||
&:insensitive {
|
||||
@include button(insensitive);
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user