diff --git a/web/src/click_handlers.ts b/web/src/click_handlers.ts index 193f4caabf..4733e2f5ef 100644 --- a/web/src/click_handlers.ts +++ b/web/src/click_handlers.ts @@ -408,7 +408,7 @@ export function initialize(): void { e.stopPropagation(); const $recipient_row = $(e.target).closest(".recipient_row"); const message_id = rows.id_for_recipient_row($recipient_row); - const topic_name = $(e.target).attr("data-topic-name")!; + const topic_name = $(e.target).closest(".message_header").attr("data-topic-name")!; message_edit.toggle_resolve_topic(message_id, topic_name, false, $recipient_row); }); diff --git a/web/styles/message_header.css b/web/styles/message_header.css index cffc723e6f..a2a20dc0a0 100644 --- a/web/styles/message_header.css +++ b/web/styles/message_header.css @@ -283,7 +283,6 @@ } } -.on_hover_topic_unresolve, .on_hover_topic_resolve { opacity: 0.2; diff --git a/web/templates/recipient_row.hbs b/web/templates/recipient_row.hbs index 0c94255cfe..2b620cfa98 100644 --- a/web/templates/recipient_row.hbs +++ b/web/templates/recipient_row.hbs @@ -1,5 +1,5 @@ {{#if is_stream}} -