recipient_row: Use a dimmed stream color for background.

Following important changes are being made here:
* color_class lib is removed since it not used anywhere now.
* We don't need the `dark_background` class since the background
  color is already adjusted based on color scheme. So, all
  instances of it being used is removed.
This commit is contained in:
Aman Agrawal
2023-04-07 23:39:52 +00:00
committed by Tim Abbott
parent 023584e049
commit 7e473003a6
15 changed files with 97 additions and 140 deletions

View File

@@ -689,6 +689,7 @@ export function dispatch_normal_event(event) {
realm_logo.render();
}
$("body").fadeIn(300);
message_lists.update_recipient_bar_background_color();
}, 300);
}
if (event.property === "starred_message_counts") {