From 0b5833cfe38120a2b44087396c332be6234c2ab7 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Wed, 5 Oct 2022 17:29:03 -0500 Subject: [PATCH] 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. --- .../src/eg2/src/app/staff/catalog/result/pagination.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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>
  • -- 2.11.0