Skip to content

Commit 175a3f3

Browse files
committed
gnome-shell: Add datemenu "Events" section styling
Based on upstream commit: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/fdd9def9222f5dec61812a8159f5af263ba99b08
1 parent a5069fd commit 175a3f3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

common/gnome-shell/3.38/sass/_common.scss

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,36 @@ StScrollBar {
11991199
}
12001200
}
12011201

1202+
/* Events */
1203+
.events-button {
1204+
@include datemenu_bubble;
1205+
1206+
.events-box {
1207+
spacing: 5px;
1208+
}
1209+
1210+
.events-list {
1211+
spacing: 10px;
1212+
}
1213+
1214+
.events-title {
1215+
color: transparentize($fg_color, 0.6);
1216+
font-weight: bold;
1217+
}
1218+
&:active .events-title {
1219+
color: $selected_fg_color;
1220+
}
1221+
1222+
.event-time {
1223+
color: transparentize($fg_color, 0.4);
1224+
font-feature-settings: "tnum";
1225+
@include fontsize($font-size * 0.9);
1226+
}
1227+
&:active .event-time {
1228+
color: transparentize($selected_fg_color, 0.4);
1229+
}
1230+
}
1231+
12021232
/* World clocks */
12031233
.world-clocks-button {
12041234
@include datemenu_bubble;

0 commit comments

Comments
 (0)