[gnome-shell/wip/snwh/sass-cleanup: 464/475] theme: buttonize notification bubbles



commit 79d31a3ef4abf71a3339b4cd15de095f1907ddb2
Author: Sam Hewitt <sam snwh org>
Date:   Tue Dec 3 12:43:08 2019 -0500

    theme: buttonize notification bubbles

 data/theme/gnome-shell-sass/widgets/_calendar.scss | 4 ++--
 data/theme/gnome-shell.scss                        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss 
b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index 00a54b9803..8af47a2aea 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -104,8 +104,8 @@
                height: 32px;
                width: 32px;
                border-radius: $base_border_radius;
-               &:hover, &:focus { background-color: $hover_bg_color; }
-               &:active { background-color: transparentize($fg_color, 0.84); }
+               &:hover, &:focus { background-color: lighten($hover_bg_color, 5%); }
+               &:active { background-color: $active_bg_color; }
        }
 
 
diff --git a/data/theme/gnome-shell.scss b/data/theme/gnome-shell.scss
index 3def5896cf..62237fd5d3 100644
--- a/data/theme/gnome-shell.scss
+++ b/data/theme/gnome-shell.scss
@@ -1,4 +1,4 @@
-$variant: 'dark';
+$variant: 'light';
 
 @import "gnome-shell-sass/_colors"; //use gtk colors
 @import "gnome-shell-sass/_drawing";


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