message_header: Update legacy edit topic button to use icon button.

This commit is part of a series of commits aimed at updating the message
header buttons to use the new icon button component which has consistent
styling across the Web UI and offers a larger clickable area for the
users.

This commit also replaces the legacy font awesome pencil icon to the
newer "edit" icon from the Zulip font icons.

Fixes part of #34477.
This commit is contained in:
Sayam Samal
2025-05-28 12:40:11 +05:30
committed by Tim Abbott
parent 0f4ba4fec1
commit 9591d05bd7
3 changed files with 5 additions and 3 deletions

View File

@@ -315,7 +315,10 @@ export function initialize(): void {
});
message_list_tooltip(
"#message_feed_container .recipient_bar_icon:not(.recipient-row-topic-menu):not(.toggle_resolve_topic_spinner)",
[
"#message_feed_container .recipient_bar_icon:not(.recipient-row-topic-menu):not(.toggle_resolve_topic_spinner)",
"#message_feed_container .recipient-bar-control-icon:not(.recipient-row-topic-menu):not(.toggle_resolve_topic_spinner)",
].join(","),
{
delay: LONG_HOVER_DELAY,
onHidden(instance) {