From 006d0e8521e8ce965b8f827067d1389131b72bf9 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 6 Apr 2020 15:43:51 +0000 Subject: [PATCH] theme: tone down weekend with events Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2588 (cherry picked from commit e8f5a842b10ea378030c696dfd399f0faf1e2818) --- data/theme/gnome-shell-sass/widgets/_calendar.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss b/data/theme/gnome-shell-sass/widgets/_calendar.scss index 8074b2106..1dcf8eada 100644 --- a/data/theme/gnome-shell-sass/widgets/_calendar.scss +++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss @@ -153,9 +153,11 @@ } .calendar-day-with-events { - color: lighten($fg_color,10%); - font-weight: bold; background-image: url("resource:///org/gnome/shell/theme/calendar-today.svg"); + &.calendar-work-day { + color: lighten($fg_color,10%); + font-weight: bold; + } } .calendar-other-month-day {