[gnome-shell/wip/jimmac/frederik-light] theme: sync calendar menus with the rest



commit 4de94f2ad7406330cbf654ddba25a6c29f01160e
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri May 31 09:44:31 2019 +0200

    theme: sync calendar menus with the rest
    
     use :active and :hover colors like the rest

 data/theme/gnome-shell-sass/_common.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 0e7916a2c..1a7c1a311 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -925,8 +925,8 @@ StScrollBar {
     .world-clocks-button,
     .weather-button,
     .events-section-title {
-      &:hover, focus { background-color: darken($bg_color, 12%); }
-      &:active { background-color: darken($bg_color, 15%); }
+      &:hover, focus { background-color: $_hover_bg_color }
+      &:active { background-color: $_active_bg_color }
     }
 
     .datemenu-today-button .day-label {


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