From: Stephanie Leary Date: Fri, 17 Mar 2023 14:35:15 +0000 (+0000) Subject: Wrapper and outline for keyboard navigation X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f4ef35d5a5f644e20f6a1db901f679082f3288d4;p=working%2FEvergreen.git Wrapper and outline for keyboard navigation Signed-off-by: Stephanie Leary --- diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.css b/Open-ILS/src/eg2/src/app/share/grid/grid.component.css index 6e95476148..3b6f59892d 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.css +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.css @@ -1,3 +1,10 @@ +.eg-grid-wrapper { + overflow-x: auto; +} + +[role="region"][aria-labelledby][tabindex]:focus { + outline: 2px solid #0A58CA; +} .eg-grid { width: 100%; diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid.component.html index c3cd6087e6..f1a7fb5ca0 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.html @@ -1,4 +1,4 @@ -
+
@@ -10,13 +10,13 @@ - +
-
+