From 5117c33216d12e3c8fefc8d97dec50e4e4437bee Mon Sep 17 00:00:00 2001 From: Moritz Strohm <strohm@data-quest.de> Date: Tue, 7 Sep 2021 09:36:02 +0200 Subject: [PATCH] made message box close icon focusable again --- resources/assets/javascripts/bootstrap/application.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/assets/javascripts/bootstrap/application.js b/resources/assets/javascripts/bootstrap/application.js index c9ac32693d4..d747946c5fe 100644 --- a/resources/assets/javascripts/bootstrap/application.js +++ b/resources/assets/javascripts/bootstrap/application.js @@ -64,8 +64,6 @@ jQuery(document).on('click', '.messagebox .messagebox_buttons a', function () { }); } return false; -}).on('focus', '.messagebox .messagebox_buttons a', function () { - jQuery(this).blur(); // Get rid of the ugly "clicked border" due to the text-indent }); -- GitLab