dbusServices/extensions: Remove event box
In GTK4, all widgets are reactive, and therefore GtkEventBox has been removed. In order to make the upcoming GTK4 port a bit cleaner, remove the expander's event box now. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495>
This commit is contained in:

committed by
Marge Bot

parent
99a796e426
commit
ba039bcce5
@ -1,4 +1,5 @@
|
||||
.expanded { border: 0 solid @borders; border-bottom-width: 1px; }
|
||||
.expander { padding: 12px; }
|
||||
.expander.expanded { border: 0 solid @borders; border-bottom-width: 1px; }
|
||||
.expander-toolbar {
|
||||
border: 0 solid @borders;
|
||||
border-top-width: 1px;
|
||||
|
Reference in New Issue
Block a user