theme: sync calendar menus with the rest
use :active and :hover colors like the rest
This commit is contained in:
parent
f41e1ef6a6
commit
4de94f2ad7
@ -925,8 +925,8 @@ StScrollBar {
|
|||||||
.world-clocks-button,
|
.world-clocks-button,
|
||||||
.weather-button,
|
.weather-button,
|
||||||
.events-section-title {
|
.events-section-title {
|
||||||
&:hover, focus { background-color: darken($bg_color, 12%); }
|
&:hover, focus { background-color: $_hover_bg_color }
|
||||||
&:active { background-color: darken($bg_color, 15%); }
|
&:active { background-color: $_active_bg_color }
|
||||||
}
|
}
|
||||||
|
|
||||||
.datemenu-today-button .day-label {
|
.datemenu-today-button .day-label {
|
||||||
|
Loading…
Reference in New Issue
Block a user