From 270710f3bc063a8b3eeb912404b6d062f87d8669 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 10 Oct 2023 17:42:00 -0400 Subject: [PATCH] A11Y: remove positive tabindex from create modal (#23883) --- .../javascripts/discourse/app/components/login-buttons.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/components/login-buttons.hbs b/app/assets/javascripts/discourse/app/components/login-buttons.hbs index 78feba912f0..d386186f9d6 100644 --- a/app/assets/javascripts/discourse/app/components/login-buttons.hbs +++ b/app/assets/javascripts/discourse/app/components/login-buttons.hbs @@ -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}}