Do not focus outline h1 in title bar

This commit is contained in:
Chris McCord 2021-12-15 12:48:05 -05:00
parent 9958ba97d0
commit ce1a1fdc5f

View file

@ -448,7 +448,7 @@ defmodule LiveBeatsWeb.LiveHelpers do
<!-- Page title & actions -->
<div class="border-b border-gray-200 px-4 py-4 sm:flex sm:items-center sm:justify-between sm:px-6 lg:px-8 h-16">
<div class="flex-1 min-w-0">
<h1 class="text-lg font-medium leading-6 text-gray-900 sm:truncate">
<h1 class="text-lg font-medium leading-6 text-gray-900 sm:truncate focus:outline-none">
<%= render_slot(@inner_block) %>
</h1>
</div>