A11Y: remove positive tabindex from create modal (#23883)
This commit is contained in:
parent
48193767bf
commit
270710f3bc
|
@ -4,7 +4,6 @@
|
||||||
class="btn btn-social {{b.name}}"
|
class="btn btn-social {{b.name}}"
|
||||||
{{on "click" (action this.externalLogin b)}}
|
{{on "click" (action this.externalLogin b)}}
|
||||||
aria-label={{b.screenReaderTitle}}
|
aria-label={{b.screenReaderTitle}}
|
||||||
tabindex="3"
|
|
||||||
>
|
>
|
||||||
{{#if b.isGoogle}}
|
{{#if b.isGoogle}}
|
||||||
<GoogleIcon />
|
<GoogleIcon />
|
||||||
|
|
Loading…
Reference in New Issue