From aa086846be6b147756b21a3e461151609b0a111b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 7 Mar 2023 12:29:29 +0800 Subject: [PATCH] update --- src/_sass/gnome-shell/widgets/_calendar.scss | 2 +- src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css | 2 +- src/gnome-shell/shell-40-0/gnome-shell-Dark.css | 2 +- src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css | 2 +- src/gnome-shell/shell-42-0/gnome-shell-Dark.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_sass/gnome-shell/widgets/_calendar.scss b/src/_sass/gnome-shell/widgets/_calendar.scss index 91e8791..562aab3 100644 --- a/src/_sass/gnome-shell/widgets/_calendar.scss +++ b/src/_sass/gnome-shell/widgets/_calendar.scss @@ -225,7 +225,7 @@ box-shadow: none; text-shadow: none; color: $text-secondary; - background-color: if($variant == 'light', rgba(black, 0.04), rgba(white, 0.03)); + background-color: $fill; &:hover, &:focus { color: $text; diff --git a/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css b/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css index b79f34f..086dba3 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css @@ -900,7 +900,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.04); } .world-clocks-button:hover, .world-clocks-button:focus, diff --git a/src/gnome-shell/shell-40-0/gnome-shell-Dark.css b/src/gnome-shell/shell-40-0/gnome-shell-Dark.css index 9126e0b..eda4c24 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-Dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-Dark.css @@ -900,7 +900,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.04); } .world-clocks-button:hover, .world-clocks-button:focus, diff --git a/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css b/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css index 695173e..c1cc737 100644 --- a/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css +++ b/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css @@ -996,7 +996,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.04); } .world-clocks-button:hover, .world-clocks-button:focus, diff --git a/src/gnome-shell/shell-42-0/gnome-shell-Dark.css b/src/gnome-shell/shell-42-0/gnome-shell-Dark.css index 95272c4..d79815b 100644 --- a/src/gnome-shell/shell-42-0/gnome-shell-Dark.css +++ b/src/gnome-shell/shell-42-0/gnome-shell-Dark.css @@ -996,7 +996,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(255, 255, 255, 0.04); } .world-clocks-button:hover, .world-clocks-button:focus,