[gnome-software/1225-do-not-allow-distro-upgrades-if-release-art-is-missing: 17/18] gs-plugin-fedora-pkgdb-collections: Remove text shadow from UpgradeBanner-css
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/1225-do-not-allow-distro-upgrades-if-release-art-is-missing: 17/18] gs-plugin-fedora-pkgdb-collections: Remove text shadow from UpgradeBanner-css
- Date: Wed, 11 Aug 2021 08:21:27 +0000 (UTC)
commit a43af29a1103711cceffde835c03c7b1cce5ff9b
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 1b8492693..209f1d43d 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]