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:
Shubham Padia
2024-06-05 16:19:25 +00:00
committed by Tim Abbott
parent 024d940724
commit 694d457f43
2 changed files with 2 additions and 10 deletions

View File

@@ -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" */

View File

@@ -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;