From 3cb63a302c9f8e49064f9c733a61577469e4619c Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Tue, 11 Apr 2023 00:37:43 +0200 Subject: [PATCH] Remove tab focus from flash close button --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 54e7bb0..957707b 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -27,7 +27,7 @@ <% flash.each do |entry, message| %>
<%= sanitize message %>
- +
<% end %>