mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +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:
@@ -17,6 +17,12 @@ export function all_rendered_message_lists() {
|
||||
return rendered_message_lists;
|
||||
}
|
||||
|
||||
export function update_recipient_bar_background_color() {
|
||||
for (const msg_list of all_rendered_message_lists()) {
|
||||
msg_list.view.update_recipient_bar_background_color();
|
||||
}
|
||||
}
|
||||
|
||||
export function initialize() {
|
||||
home = new message_list.MessageList({
|
||||
table_name: "zhome",
|
||||
|
||||
Reference in New Issue
Block a user