Fix focus styling on footer big links
This commit is contained in:
parent
c4b8062af4
commit
4c24f7f24a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="mt-12 rounded-lg bg-gray-200 overflow-hidden shadow divide-y divide-gray-200 sm:divide-y-0 sm:grid sm:grid-cols-2 sm:gap-px">
|
||||
{%- for navItem in links -%}
|
||||
<div class="relative group bg-white p-6 focus:outline-link">
|
||||
<div class="relative group bg-white p-6">
|
||||
<h3 class="text-lg font-medium">
|
||||
<a href="{{navItem.url}}" class="focus:outline-none">
|
||||
<a href="{{navItem.url}}" class="focus:outline-link">
|
||||
<!-- Extend touch target to entire panel -->
|
||||
<span class="absolute inset-0" aria-hidden="true"></span>
|
||||
{{navItem.title}}
|
||||
|
|
Loading…
Add table
Reference in a new issue