[gnome-shell/wip/snwh/sass-cleanup: 466/475] theme: some drawing fixes to the notifications and calendar



commit 6ebe0f24e6e8ff49c7d269cafdd42c8cc497ae2c
Author: Sam Hewitt <sam snwh org>
Date:   Tue Dec 3 13:39:04 2019 -0500

    theme: some drawing fixes to the notifications and calendar

 data/theme/gnome-shell-sass/widgets/_calendar.scss     | 15 +++++++++------
 data/theme/gnome-shell-sass/widgets/_message-list.scss |  1 -
 2 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss 
b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index 8af47a2aea..75b3b725a2 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -23,17 +23,20 @@
                margin: $base_margin;
                border: 1px solid transparent;
 
-               &:hover,
-               &:focus {
-                       border-color: $bubble_borders_color;
+               &:focus,
+               &:hover {
                        border-radius:$base_border_radius + 2px;
-                       background-color: $hover_bg_color;
-                       box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
                        margin-top: $base_margin - 1px;
                        margin-bottom: $base_margin + 1px;
                }
 
-               &:active { background-color: transparentize($fg_color, 0.84) }
+               &:hover { @include button(hover);}
+               &:focus { @include button(focus);}
+
+               &:active { 
+                       @include button(active);
+                       margin: $base_margin;
+               }
 
                // weekday label
                .day-label {
diff --git a/data/theme/gnome-shell-sass/widgets/_message-list.scss 
b/data/theme/gnome-shell-sass/widgets/_message-list.scss
index 8bf86ac9ef..4c5e072910 100644
--- a/data/theme/gnome-shell-sass/widgets/_message-list.scss
+++ b/data/theme/gnome-shell-sass/widgets/_message-list.scss
@@ -111,7 +111,6 @@
        // border: 0 solid $borders_color;
        // border-left-width:1px;
 
-
        &:hover { 
                background-color: lighten($hover_bg_color, 5%);
                color: $fg_color;


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