From b453da1beca24ec091329a3f03fbff55fcdb0d1e Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 15 Oct 2024 17:25:28 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/common/_calendar.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/sass/gnome-shell/common/_calendar.scss b/src/sass/gnome-shell/common/_calendar.scss index 76bd2e0a..f186ff4d 100644 --- a/src/sass/gnome-shell/common/_calendar.scss +++ b/src/sass/gnome-shell/common/_calendar.scss @@ -138,8 +138,8 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas @extend %numeric; // @extend %smaller; text-align: center; - width: if($font_size == 'normal', 2.8em, 2.4em) !important; - height: if($font_size == 'normal', 2.8em, 2.4em) !important; + width: if($font_size == 'normal', 2.8em, 2.4em); + height: if($font_size == 'normal', 2.8em, 2.4em); padding: 0; margin: 2px; border-radius: $circular_radius; @@ -238,10 +238,10 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas .calendar-week-number { @extend %smaller; - width: 2.4em !important; - height: 2.4em !important; - margin: 6px !important; - padding: 0 !important; + width: 2.4em; + height: 2.4em; + margin: 6px; + padding: 0; border-radius: $bt_radius; background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05)); color: $hint_fg_color;