From f21c26baf2c060661c703d4dd917b33cf40cbcd8 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Wed, 5 Oct 2022 17:19:08 -0500 Subject: [PATCH] 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 --- .../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