[gnome-software/1225-do-not-allow-distro-upgrades-if-release-art-is-missing: 21/22] gs-plugin-fedora-pkgdb-collections: Remove text shadow from UpgradeBanner-css




commit 117b04f84250d41c2a40dcaaa27151a39c11816b
Author: Milan Crha <mcrha redhat com>
Date:   Tue Aug 10 15:42:09 2021 +0200

    gs-plugin-fedora-pkgdb-collections: Remove text shadow from UpgradeBanner-css
    
    It matches the current design discussed at https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1357 .

 plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c 
b/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c
index 6d46401bf..ee3d2c683 100644
--- a/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c
+++ b/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c
@@ -303,7 +303,7 @@ _create_upgrade_from_info (GsPlugin *plugin, PkgdbItem *item)
                css = g_strdup_printf ("background: %s;"
                                       "background-position: top;"
                                       "background-size: 100%% 100%%;"
-                                      "color: white; text-shadow: 0 2px 2px rgba(0,0,0,0.5);",
+                                      "color: white;",
                                       background);
                gs_app_set_metadata (app, "GnomeSoftware::UpgradeBanner-css", css);
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]