From eae0f3a7dfae482bd5851720fc0363901e7fd588 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 24 May 2022 22:22:30 +0100 Subject: [PATCH] Remove focus from menu items --- webapp_utils.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp_utils.py b/webapp_utils.py index d2141bb46..af8517610 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1383,7 +1383,8 @@ def html_keyboard_navigation(banner: str, links: {}, access_keys: {}, # show new follower approvals if users_path and translate and follow_approvals: html_str += '

\n' @@ -1394,7 +1395,8 @@ def html_keyboard_navigation(banner: str, links: {}, access_keys: {}, access_key_str = 'accesskey="' + access_keys[title] + '"' html_str += '
  • \n' html_str += '\n' return html_str