[gnome-shell/gnome-3-36] theme: Make world clock times tabular



commit 0abbd52646946158b1db08b78511f1f285eda9f4
Author: PrOF-kk <valerio colella 2001 gmail com>
Date:   Sun May 24 10:55:26 2020 +0000

    theme: Make world clock times tabular
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2825
    
    
    (cherry picked from commit 71b3b03b2fa36980afd8628c9d14925965728c48)

 data/theme/gnome-shell-sass/widgets/_calendar.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss 
b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index 1dcf8eada1..e99b8a82e3 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -204,7 +204,7 @@
   .world-clocks-time {
     font-weight: bold;
     color: $fg_color;
-    font-feature-settings: "lnum";
+    font-feature-settings: "tnum";
     @include fontsize($base_font_size);
     text-align: right;
   }


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