[gnome-software/wip/exalm/style-loading: 2/2] style-hc: Add missing semicolons
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/exalm/style-loading: 2/2] style-hc: Add missing semicolons
- Date: Tue, 9 Nov 2021 21:27:56 +0000 (UTC)
commit a59a1d54eac2200101232d47eeea404d960f9616
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]