mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user