From 2e3eeec000f0df137523dc55097b423e8f4baf6a 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 Signed-off-by: Christine Burns Signed-off-by: Jane Sandberg --- .../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.