gnome-shell: Follow upstream change for week numbers
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/b1f4ac10da91a081852a0435fa75bef1c12f491c
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/b1f4ac10da91a081852a0435fa75bef1c12f491c
by roundabout, Tuesday, 15 September 2020, 16:52:28 (1600188748), pushed by roundabout, Sunday, 11 May 2025, 13:22:55 (1746969775)
Author identity: nana-4 <hnmaigo@gmail.com>
5f41da5491fb40ee68ef6a03966ebd7083934b43
.calendar-week-number {
width: $menuitem-size;
height: $menuitem-size - 7px;
height: $menuitem-size;
margin: 2px;
padding: 7px 0 0;
border-radius: $menuitem-size / 2;
background-color: transparent;
color: disabled($on-surface);
font-weight: bold;
font-size: 1em;
text-align: center;
@if $version <= 3.36 {
height: $menuitem-size - 7px;
padding: 7px 0 0;
}
}
}