From 4095e3ff59f03666685628aac79a5a45a53335e1 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Thu, 16 Mar 2023 21:02:53 +0000 Subject: [PATCH] explicit ARIA roles to support responsive tables Signed-off-by: Stephanie Leary --- .../eg2/src/app/share/grid/grid-body.component.html | 10 +++++----- .../eg2/src/app/share/grid/grid-header.component.html | 18 +++++++++--------- .../src/eg2/src/app/share/grid/grid.component.html | 6 +++--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html index 3148424aeb..fa06fa9d3e 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html @@ -4,12 +4,12 @@ tabindex=1 so the grid body can capture keyboard events. --> - - +
- +
{{context.pager.rowNumber(idx)}}
- + @@ -45,7 +45,7 @@ -
- + - + - + # notifications {{col.headerLabel}} - - + - - + - 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 aabe603e1b..c3cd6087e6 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 @@ -10,7 +10,7 @@ - +
@@ -44,8 +44,8 @@ class="eg-grid-col eg-grid-col-{{col.name}} eg-grid-type-{{col.datatype}} eg-grid-class-{{context.idlClass}} {{context.cellClassCallback(row, col)}}"> - - + +
\ No newline at end of file -- 2.11.0