From af24279aea324bc086e27b4c247dea03eb0fe222 Mon Sep 17 00:00:00 2001 From: Hardik Dharmani Date: Mon, 24 Apr 2023 22:22:31 +0530 Subject: [PATCH] recent_conversation: Fix mute icon tooltip on focus. Set data-tippy-trigger="mouseenter" on mute icon in recent conversation to prevent tippy from staying on when the mute icon is focused after clicking it. (The Tippy default is "mouseenter focus"). --- web/templates/recent_topic_row.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/recent_topic_row.hbs b/web/templates/recent_topic_row.hbs index 89e0de44cb..c20d386bcf 100644 --- a/web/templates/recent_topic_row.hbs +++ b/web/templates/recent_topic_row.hbs @@ -58,9 +58,9 @@
{{#if topic_muted}} - + {{else}} - + {{/if}}