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