ba039bcce5
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>
8 lines
195 B
CSS
8 lines
195 B
CSS
.expander { padding: 12px; }
|
|
.expander.expanded { border: 0 solid @borders; border-bottom-width: 1px; }
|
|
.expander-toolbar {
|
|
border: 0 solid @borders;
|
|
border-top-width: 1px;
|
|
padding: 3px;
|
|
}
|