mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
css: Fix hover for "Private messages".
It's ugly to hover the entire block--just hover the individual rows.
This commit is contained in:
@@ -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%);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user