[gnome-shell/wip/snwh/style-updates] theme: calendar, contain asset
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: calendar, contain asset
- Date: Wed, 29 Dec 2021 16:07:51 +0000 (UTC)
commit 2e1ab656c04c6a14d891ee176979ee8ff2a73619
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]