From 21043ebe61ee1020bdb4e30ddb50b226fcccdab0 Mon Sep 17 00:00:00 2001 From: Milutin Kristofic Date: Thu, 29 Oct 2020 13:14:13 +0100 Subject: [PATCH] A11y - Fix tabbing out of searchbar Link inside gr-autocomplete makes impossible to tab outside of autocomplete. Change-Id: I630ba3a8af437936eeff2c910ad9ed4d4c5b64aa --- .../app/elements/core/gr-search-bar/gr-search-bar_html.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar_html.ts b/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar_html.ts index 2fbdc7e88a..2ee0058a4a 100644 --- a/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar_html.ts +++ b/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar_html.ts @@ -47,6 +47,7 @@ export const htmlTemplate = html` href$="[[_computeHelpDocLink(docBaseUrl)]]" target="_blank" class="help" + tabindex="-1" >