Skip to content

Commit

Permalink
Fixed weather button hover text not changing colour
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealPadster committed Oct 31, 2018
1 parent 9e66dc2 commit be5d56c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mist/gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,8 @@ can I make just the innermost one do things, so it's not huge?*/
.world-clocks-button:hover {
background-color: rgba(255,255,255,0.2);
}
.world-clocks-button:hover * > * {
.world-clocks-button:hover * > *,
.weather-button:hover * > * {
color: #fff;
}

Expand Down

0 comments on commit be5d56c

Please sign in to comment.