mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-13 11:41:00 +00:00
Do not focus outline h1 in title bar
This commit is contained in:
parent
9958ba97d0
commit
ce1a1fdc5f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue