From: Stephanie Leary Date: Wed, 5 Oct 2022 22:19:08 +0000 (-0500) Subject: LP1828468: Keyboard navigation for search results pagination X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f21c26baf2c060661c703d4dd917b33cf40cbcd8;p=working%2FEvergreen.git LP1828468: Keyboard navigation for search results pagination Adds tabindex="0" to the links in the search results pagination component to make them navigable via keyboard tabbing. Signed-off-by: Stephanie Leary Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html index a15e428b2e..c6bd1384f7 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html @@ -6,7 +6,7 @@ unnecessary given we have to track paging externally anyway.
  • @@ -15,13 +15,13 @@ unnecessary given we have to track paging externally anyway.
  • - + {{page}} (current)
  • + class="page-link" tabindex="0" aria-label="Next" i18n-aria-label>