From: Stephanie Leary Date: Wed, 5 Oct 2022 22:29:03 +0000 (-0500) Subject: Keyboard navigation for search results pagination X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0b5833cfe38120a2b44087396c332be6234c2ab7;p=working%2FEvergreen.git 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. --- 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>