gnome-control-center/shell/style.css
Automeris naranja 6d8edb80dc apps: Use AdwStatusPage when showing "No Apps Found"
The scrolling bug described in [1] and [2] doesn't
happen anymore. Apparently this was fixed in [3],
which stopped wrapping the status page inside
a GtkListBox.

Use AdwStatusPage again, since it makes the code
simpler.

[1] 1ae2c5295c
[2] https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/989#note_1837249
[3] e2b4896287
2024-03-11 16:12:16 +00:00

15 lines
356 B
CSS

.drag-handle {
color: alpha(@theme_fg_color, 0.4);
}
.drag-handle:backdrop {
color: alpha(@theme_unfocused_fg_color, 0.4);
}
.split-row picture:disabled,
.illustrated-row picture:disabled {
/* FIXME: This is a workaround to handle disabled pictures
* see: https: //gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/814
*/
opacity: 0.5;
}