[gnome-software/wip/jimmac/banner-gradient-fix] Banners: css syntax fix
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/jimmac/banner-gradient-fix] Banners: css syntax fix
- Date: Wed, 27 Jan 2021 10:51:54 +0000 (UTC)
commit 05a305a7283ce8076d8b920a2fd23bcc76282faa
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jan 27 11:50:36 2021 +0100
Banners: css syntax fix
- fix single node gradient, was meant to go from transparent
Fixes https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/402#note_1017142
data/assets/org.gnome.Software.Featured.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/assets/org.gnome.Software.Featured.xml b/data/assets/org.gnome.Software.Featured.xml
index 23d720de..8a6467a4 100644
--- a/data/assets/org.gnome.Software.Featured.xml
+++ b/data/assets/org.gnome.Software.Featured.xml
@@ -54,7 +54,7 @@ text-shadow: 0 1px #317e54,
-1px 0 #317e54;
outline: none;
background:
- linear-gradient(to bottom, rgba(105,108,116,0.3)),
+ linear-gradient(to bottom, rgba(105,108,116, 0.0), rgba(105,108,116,0.3)),
url('file://@datadir@/gnome-software/featured-polari.svg')
center / 90% auto no-repeat, #43a570;
</value>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]