theme: sync calendar menus with the rest

use :active and :hover colors like the rest
This commit is contained in:
Jakub Steiner 2019-05-31 09:44:31 +02:00
parent f41e1ef6a6
commit 4de94f2ad7

View File

@ -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 {