mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
css: Remove unnnecessary ids from active pm section color.
By removing the ids and setting the background-colour directly for `.active_private_messages_section` achieves the same purpose.
This commit is contained in:
committed by
Tim Abbott
parent
024d940724
commit
694d457f43
@@ -373,11 +373,7 @@
|
||||
}
|
||||
|
||||
.active_private_messages_section {
|
||||
#private_messages_section,
|
||||
#direct-messages-list,
|
||||
#hide-more-direct-messages {
|
||||
background-color: hsl(199deg 33% 46% / 20%);
|
||||
}
|
||||
background-color: hsl(199deg 33% 46% / 20%);
|
||||
}
|
||||
|
||||
/* these are converting grey things to "new grey" */
|
||||
|
||||
@@ -326,11 +326,7 @@ li.show-more-topics {
|
||||
}
|
||||
|
||||
.active_private_messages_section {
|
||||
#private_messages_section,
|
||||
#direct-messages-list,
|
||||
#hide-more-direct-messages {
|
||||
background-color: hsl(202deg 56% 91%);
|
||||
}
|
||||
background-color: hsl(202deg 56% 91%);
|
||||
|
||||
#private_messages_section {
|
||||
border-radius: 4px 4px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user