[gnome-software/wip/exalm/style-cleanups: 5/25] style-hc: Add missing semicolons




commit dc09fefdc7f4ca5f5130af6b373dfec1f28f8882
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 9 23:26:25 2021 +0500

    style-hc: Add missing semicolons
    
    Fix runtime warnings.

 aaa/0034-fixup-bennaer.patch | 27 +++++++++++++++++++++++++++
 src/gtk-style-hc.css         | 12 ++++++------
 2 files changed, 33 insertions(+), 6 deletions(-)
---
diff --git a/aaa/0034-fixup-bennaer.patch b/aaa/0034-fixup-bennaer.patch
new file mode 100644
index 000000000..124ec742e
--- /dev/null
+++ b/aaa/0034-fixup-bennaer.patch
@@ -0,0 +1,27 @@
+From 9ceb7ba0d043b8cc37cbdd426d78b205c1685503 Mon Sep 17 00:00:00 2001
+From: Alexander Mikhaylenko <alexm gnome org>
+Date: Tue, 9 Nov 2021 23:41:11 +0500
+Subject: [PATCH 34/34] fixup bennaer
+
+---
+ src/gtk-style.css | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/gtk-style.css b/src/gtk-style.css
+index 51ff34e5f..a867ff692 100644
+--- a/src/gtk-style.css
++++ b/src/gtk-style.css
+@@ -300,8 +300,8 @@ star-image {
+ }
+ 
+ .upgrade-banner-background {
+-      background: alpha(@theme_text_color, .05);
+-      color: @theme_text_color;
++      background: alpha(@theme_fg_color, .05);
++      color: @theme_fg_color;
+       border-bottom: 1px solid @borders;
+ }
+ 
+-- 
+2.32.0
+
diff --git a/src/gtk-style-hc.css b/src/gtk-style-hc.css
index 47bd821bb..b567d62ac 100644
--- a/src/gtk-style-hc.css
+++ b/src/gtk-style-hc.css
@@ -38,11 +38,11 @@ app-context-bar .context-tile {
        border-color: alpha(@borders, 0.7);
 }
 
-.context-tile-lozenge.grey { background-color: #deddda; color: @theme_fg_color }
-.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { background-color: #b6f2c4; color: 
@theme_fg_color }
-.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { background-color: #fbd3cf; color: 
@theme_fg_color }
-.context-tile-lozenge.details-rating-15 { background-color: #ffd7a5; color: @theme_fg_color }
-.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { background-color: #f7eb9f; color: 
@theme_fg_color }
-.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { background-color: #d1e4fb; color: 
@theme_fg_color }
+.context-tile-lozenge.grey { background-color: #deddda; color: @theme_fg_color; }
+.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { background-color: #b6f2c4; color: 
@theme_fg_color; }
+.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { background-color: #fbd3cf; color: 
@theme_fg_color; }
+.context-tile-lozenge.details-rating-15 { background-color: #ffd7a5; color: @theme_fg_color; }
+.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { background-color: #f7eb9f; color: 
@theme_fg_color; }
+.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { background-color: #d1e4fb; color: 
@theme_fg_color; }
 
 .community-built { color: @theme_fg_color }


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