From f66dde4a337b51ea3aa165ac9ae9aa045a0ebca4 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Fri, 12 May 2023 22:49:55 +0000 Subject: [PATCH] left_sidebar: Move tooltips to the `focus` element. Since tippy relies on the `blur` event of `target` to hide the toolips, it is important that the tooltip is triggered by the element that receives that focus in keyboard navigation which is `a` tag for left sidebar elements. --- web/templates/left_sidebar.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/templates/left_sidebar.hbs b/web/templates/left_sidebar.hbs index 01b07c2c08..7ccb7c5a64 100644 --- a/web/templates/left_sidebar.hbs +++ b/web/templates/left_sidebar.hbs @@ -2,8 +2,8 @@