From 4de94f2ad7406330cbf654ddba25a6c29f01160e Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 31 May 2019 09:44:31 +0200 Subject: [PATCH] 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 {