summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrOF-kk <valerio.colella.2001@gmail.com>2020-05-24 12:55:26 +0200
committerFlorian Müllner <fmuellner@gnome.org>2020-08-11 17:28:59 +0200
commit35db67930fa93250c71621bd09577d12fe6d0923 (patch)
tree0ef547a5079b92b06a7fe1952dac49be4b8800d8
parent7b31877fd7fa60a9a9ed5143ebe5f1f075f04ce0 (diff)
downloadgnome-shell-sass-35db67930fa93250c71621bd09577d12fe6d0923.tar.gz
theme: Make world clock times tabular
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2825
-rw-r--r--widgets/_calendar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/_calendar.scss b/widgets/_calendar.scss
index 1dcf8ea..e99b8a8 100644
--- a/widgets/_calendar.scss
+++ b/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;
}