mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
Put recipient bar color in the message's left column.
Previously, we'd highlighted the top of the block. The theory here is that it will make things less visually cluttered/noisy, which should improve readability. (imported from commit f94ec6b8e55aef9c2413718aea23b1124f5308e7)
This commit is contained in:
committed by
Waseem Daher
parent
50943ba6d0
commit
d9f5b98aea
@@ -365,7 +365,7 @@ function replace_floating_recipient_bar(desired_label) {
|
||||
|
||||
$("#current_label_stream td:first").css(
|
||||
"background-color",
|
||||
desired_label.children(".message_header_stream.right_part")
|
||||
desired_label.children(".message_header_colorblock")
|
||||
.css("background-color"));
|
||||
} else {
|
||||
new_label = $("#current_label_private_message");
|
||||
|
||||
Reference in New Issue
Block a user