diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 4e6469188..5e377df15 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -942,7 +942,7 @@ StScrollBar { .world-clocks-button, .weather-button, .events-section-title { - &:hover, focus { background-color: $_hover_bg_color } + &:hover, &:focus { background-color: $_hover_bg_color } &:active { background-color: $_active_bg_color } } @@ -1013,7 +1013,7 @@ StScrollBar { background-color: transparent; width: 32px; border-radius: 4px; - &:hover, focus { background-color: $_hover_bg_color; } + &:hover, &:focus { background-color: $_hover_bg_color; } &:active { background-color: transparentize($fg_color, 0.84); } } @@ -1029,7 +1029,7 @@ StScrollBar { margin: 2px; border-radius: 1.4em; font-feature-settings: "tnum"; - &:hover, focus { background-color: $_hover_bg_color; } + &:hover, &:focus { background-color: $_hover_bg_color; } &:active,&:selected { color: lighten($selected_fg_color,5%); background-color: $selected_bg_color;