A11Y: remove positive tabindex from create modal (#23883)

This commit is contained in:
Kris 2023-10-10 17:42:00 -04:00 committed by GitHub
parent 48193767bf
commit 270710f3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
class="btn btn-social {{b.name}}"
{{on "click" (action this.externalLogin b)}}
aria-label={{b.screenReaderTitle}}
tabindex="3"
>
{{#if b.isGoogle}}
<GoogleIcon />