From d74435dba7c7f44506c09b4da22e049ffe926427 Mon Sep 17 00:00:00 2001 From: Ike <137194738+ike-kottlowski@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:20:54 -0700 Subject: [PATCH] [PM-8924] Login component tab and keyboard navigation fixes (#9707) * tab and keyboard navigation fixes * PM-8924 - Improve login component keyboard and mouse navigation scenarios Co-authored-by: Ike Kottlowski --------- Co-authored-by: Jared Snider --- .../src/app/auth/login/login.component.html | 27 +++++++++++-------- .../web/src/app/auth/login/login.component.ts | 8 +++--- .../src/auth/components/login.component.ts | 8 ++++-- 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/apps/web/src/app/auth/login/login.component.html b/apps/web/src/app/auth/login/login.component.html index dae5918e40..f54153be6a 100644 --- a/apps/web/src/app/auth/login/login.component.html +++ b/apps/web/src/app/auth/login/login.component.html @@ -7,13 +7,7 @@
{{ "emailAddress" | i18n }} - +
@@ -27,7 +21,7 @@