[gnome-shell-sass] dateMenu: Move weather forecast time above icon



commit 23477cfe7261c9684a21812106c1c08e720e559d
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Dec 19 00:43:12 2019 +0100

    dateMenu: Move weather forecast time above icon
    
    The time is de-emphasized like the header, grouping them together
    helps to further accentuate the more important information.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/1143

 widgets/_calendar.scss | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/widgets/_calendar.scss b/widgets/_calendar.scss
index fcd4448..a1dbe87 100644
--- a/widgets/_calendar.scss
+++ b/widgets/_calendar.scss
@@ -218,6 +218,13 @@
     spacing-columns: $base_spacing * 2;
   }
 
+  .weather-forecast-time {
+    color: darken($fg_color,30%);
+    font-feature-settings: "tnum";
+    @include fontsize($base_font_size - 2);
+    font-weight: normal;
+  }
+
   .weather-forecast-icon {
     icon-size: $base_icon_size * 2;
   }
@@ -225,13 +232,6 @@
   .weather-forecast-temp {
     font-weight: bold;
   }
-
-  .weather-forecast-time {
-    color: darken($fg_color,30%);
-    font-feature-settings: "tnum";
-    @include fontsize($base_font_size - 2);
-    font-weight: normal;
-  }
 }
 
 /* World clocks */


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