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

\n' @@ -1395,8 +1394,7 @@ 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