From: Stephanie Leary Date: Fri, 7 Oct 2022 16:56:56 +0000 (-0500) Subject: LP1828468: Keyboard navigation for bib record pagination X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c3d8e9b56d443bd0ec9fdfd4b38afb13d60d6b72;p=working%2FEvergreen.git LP1828468: Keyboard navigation for bib record pagination Adding tabindex="0" to the pagination links below the record summary ("Back to Results 1 / N", etc) to make them available for keyboard navigation. Signed-off-by: Stephanie Leary Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html index be89e17005..08f2bf14a4 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html @@ -1,32 +1,32 @@