From e5a0bcb331fb7b696798a6fc60afd06226c8f24f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 24 May 2022 22:36:11 +0100 Subject: [PATCH] Revert "Revert "Remove focus from menu items"" This reverts commit b1789799fc9066d06c64e8d131cc7a7dc3f667c7. --- 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