[gnome-software/wip/exalm/style-cleanups: 1/21] style-hc: Add missing semicolons




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

    style-hc: Add missing semicolons
    
    Fix runtime warnings.

 src/gtk-style-hc.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
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]