[gnome-software/wip/exalm/style-loading: 2/3] style-hc: Add missing semicolons




commit 1005735f96d899cb96c213b11f212824c86e2b50
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Nov 10 02:27:49 2021 +0500

    style-hc: Add missing semicolons
    
    Now that the styles are actually loaded, these are runtime warnings.

 src/style-hc.css | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/style-hc.css b/src/style-hc.css
index 0144d4c19..1b0cfead0 100644
--- a/src/style-hc.css
+++ b/src/style-hc.css
@@ -44,11 +44,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 }
-
-.community-built { 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]