From 6a917cfac55a4f9719bd84b1e3704b2a1eb1b8cd Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Fri, 21 Oct 2022 16:15:57 -0500 Subject: [PATCH] LP1993859 Keyboard tabbing for results pagination In the staff catalog search results pagination component, adds tabindex="0" to link tags without href attributes to enable keyboard navigation. Signed-off-by: Stephanie Leary --- .../eg2/src/app/staff/catalog/result/pagination.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 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..1ee5d026a8 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 @@ -5,8 +5,8 @@ unnecessary given we have to track paging externally anyway.