From 6c1b221a8edbe42b584cb796f28250bf7a6aad8a Mon Sep 17 00:00:00 2001 From: Mike Risher Date: Fri, 19 Jun 2020 20:00:04 +0000 Subject: [PATCH] lp1801947 eg-help-popover accessibility Modify the eg-help-popover directive so that it can be invoked via a keyboard action. Signed-off-by: Mike Risher Changes to be committed: modified: Open-ILS/src/templates/staff/css/style.css.tt2 modified: Open-ILS/src/templates/staff/share/t_help_popover.tt2 --- Open-ILS/src/templates/staff/css/style.css.tt2 | 3 +++ Open-ILS/src/templates/staff/share/t_help_popover.tt2 | 10 ++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 5db43ef5d2..e6e649b8ff 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -202,6 +202,9 @@ table.list tr.selected td { /* deprecated? */ e.g., a item alert */ .acknowledged { text-decoration: line-through; } +/* eg-help-popover directive doesn't need a border around its + -- 2.11.0