[gnome-shell/wip/snwh/style-updates: 56/100] theme: shorten calendar weekday headers




commit 15eb54a15cfb4cc52242b71e72ebaae1c6c05774
Author: Sam Hewitt <sam snwh org>
Date:   Thu Dec 30 12:14:56 2021 -0330

    theme: shorten calendar weekday headers

 data/theme/gnome-shell-sass/widgets/_calendar.scss | 11 ++++++-----
 data/theme/gnome-shell-sass/widgets/_popovers.scss |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss 
b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index 1ead6f9c1b..b8ad8e59b6 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -65,9 +65,8 @@
   // month
   .calendar-month-label {
     color: lighten($fg_color,5%);
-    font-weight: 1000;
+    font-weight: bold;
     padding: 8px 0;
-    &:focus {}
   }
 
   // prev/next month icons
@@ -107,9 +106,11 @@
 
     // day of week heading
     &.calendar-day-heading {
-      color: $insensitive_fg_color;   
-      font-weight: bold;
-      @include fontsize($base_font_size - 4);
+      color: $insensitive_fg_color;
+      font-weight: 1000;
+      padding-top: $base_padding;
+      height: 16px !important; // force heading to be smaller height
+      @include fontsize($base_font_size - 2);
     }
   }
 
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss 
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index 75b04ef1de..357561355f 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -83,7 +83,7 @@
   font-weight: bold;
   font-size: smaller;
 
-  &:insensitive { color: transparentize($fg_color,0.6); }
+  &:insensitive { color: $insensitive_fg_color; }
 }
 
 // symbolic icons in popover


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