[gnome-shell/wip/snwh/style-updates: 50/100] theme: calendar, contain asset




commit 6126289a461fc137f57cc9e1076bc5f54d73e82d
Author: Sam Hewitt <sam snwh org>
Date:   Wed Dec 29 12:37:45 2021 -0330

    theme: calendar, contain asset

 data/theme/gnome-shell-sass/widgets/_calendar.scss | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss 
b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index 32c72a5e2c..1ead6f9c1b 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -156,9 +156,8 @@
   }
 
   .calendar-day-with-events {
-    background-image: if($variant=='light', url("resource:///org/gnome/shell/theme/calendar-today.svg"), 
url("resource:///org/gnome/shell/theme/calendar-today-dark.svg"));
-    background-size: 24px;
-    background: cover;
+    background-image: if($variant == 'light', url("resource:///org/gnome/shell/theme/calendar-today.svg"), 
url("resource:///org/gnome/shell/theme/calendar-today-dark.svg"));
+    background-size: contain;
     &.calendar-work-day {
       color: lighten($fg_color,10%);
       font-weight: bold;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]