From: Stephanie Leary Date: Fri, 21 Oct 2022 21:15:57 +0000 (-0500) Subject: LP1993859 Keyboard tabbing for results pagination X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2e3eeec000f0df137523dc55097b423e8f4baf6a;p=working%2FEvergreen.git 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 --- 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.