Skip to content

style: Don't dim the spinner in the loading screens

In the "Loading Updates" and "Loading App Details", the GtkSpinner appears dimmed, but the text doesn't. This creates a non-uniform looking. To fix this, ditch the opacity in the "clamp.status-page .icon" style class.

Before After
Screenshot_from_2024-04-22_23-31-28 Screenshot_from_2024-04-22_23-28-41

Merge request reports