Skip to content

Commit

Permalink
Use focus instead of focus visible in consent gate
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Mar 5, 2024
1 parent c139263 commit d1954a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/_consent_gate.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
x-show="!$store.consentBanner.getConsent() || !$store.consentBanner.getConsentValue('embeds')"
class="absolute z-10 inset-0 p-6 flex justify-center items-center bg-neutral/10 text-neutral/80"
>
<a @click.prevent="$store.consentBanner.revokeConsent()" href="#" class="p-1 -m-1 underline focus:outline-none focus-visible:ring-2 ring-primary">
<a @click.prevent="$store.consentBanner.revokeConsent()" href="#" class="underline">
{{ trans:strings.consent_embeds_disabled }}
</a>
</div>
Expand Down

0 comments on commit d1954a1

Please sign in to comment.