From 88df1ed63f4b3ac6c04d5a2e0a3c7710d7bf9ccc Mon Sep 17 00:00:00 2001 From: Automeris naranja Date: Mon, 22 Apr 2024 23:28:45 -0300 Subject: [PATCH] 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. --- src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style.css b/src/style.css index 8c51b7c4b..b8adb0c3e 100644 --- a/src/style.css +++ b/src/style.css @@ -387,7 +387,6 @@ clamp.status-page .iconbox { } clamp.status-page .icon { - color: alpha(@theme_fg_color, 0.5); min-height: 32px; min-width: 32px; } -- GitLab