gnome-shell: Follow upstream change for "Events" section
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/fdd9def9222f5dec61812a8159f5af263ba99b08
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/fdd9def9222f5dec61812a8159f5af263ba99b08
by roundabout, Tuesday, 15 September 2020, 16:46:42 (1600188402), pushed by roundabout, Sunday, 11 May 2025, 13:22:55 (1746969775)
Author identity: nana-4 <hnmaigo@gmail.com>
475167920c12761600695497515ba025abfaa4ce
}
}
@if $version >= 3.38 {
/* Events */
.events-button {
@extend %calendar-item;
min-height: $menuitem-size - 4px * 2;
padding: 4px 8px;
.events-box {
spacing: 8px;
}
.events-list {
spacing: 8px;
}
.events-title {
color: hint($on-surface);
font-weight: bold;
margin-bottom: 8px;
}
.event-time {
color: hint($on-surface);
font-size: 1em;
font-feature-settings: "tnum";
}
}
}
/* World clocks */
.world-clocks-button {
@extend %calendar-item;