From 4e6418b8e82e3e17361118315352bea1c4f40282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sat, 30 Aug 2025 09:11:25 -0700 Subject: [PATCH] Styles: remove placeholder app icon dim --- data/styles/HomePage.scss | 4 ---- src/Widgets/AppIcon.vala | 1 - 2 files changed, 5 deletions(-) diff --git a/data/styles/HomePage.scss b/data/styles/HomePage.scss index c6254fef1..18bf65205 100644 --- a/data/styles/HomePage.scss +++ b/data/styles/HomePage.scss @@ -75,7 +75,3 @@ homepage { } } } - -.icon-dim { - filter: blur(0.75px) saturate(20%); -} diff --git a/src/Widgets/AppIcon.vala b/src/Widgets/AppIcon.vala index 21b029e17..0a944dc28 100644 --- a/src/Widgets/AppIcon.vala +++ b/src/Widgets/AppIcon.vala @@ -21,7 +21,6 @@ public class AppCenter.AppIcon : Adw.Bin { pixel_size = pixel_size, gicon = new ThemedIcon ("application-default-icon"), }; - image_default_icon.add_css_class ("icon-dim"); image = new Gtk.Image () { pixel_size = pixel_size