css: Fix hover for "Private messages".

It's ugly to hover the entire block--just hover the individual
rows.
This commit is contained in:
Steve Howell
2019-03-12 14:38:32 +00:00
committed by Tim Abbott
parent aae3f8a04a
commit c2858f1c64
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ li.show-more-private-messages a {
max-height: 200px;
}
#global_filters li:hover,
.top_left_row:hover,
#stream_filters li:hover,
#stream_filters li.highlighted_stream {
background-color: hsl(93, 18%, 82%);

View File

@@ -305,7 +305,7 @@ on a dark background, and don't change the dark labels dark either. */
background-color: hsla(199, 33%, 46%, 0.2);
}
#global_filters li:hover,
.top_left_row:hover,
#stream_filters li:hover,
#stream_filters li.highlighted_stream,
#group-pms li:hover,