From bbbafc4936ef4734e05a5e9a701562472140d498 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 10 Oct 2018 15:47:46 -0400 Subject: [PATCH] Revert "LP#1740412 Grid cell content tooltips" This reverts commit b1e0da12b30a3a960fe7834f5862c02f5828846f. Remove tooltips functionality that causes performance hit. Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/staff/css/style.css.tt2 | 8 -------- Open-ILS/src/templates/staff/share/t_autogrid.tt2 | 13 +++---------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 183d8480a6..9213e8cf65 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -421,14 +421,6 @@ table.list tr.selected td { /* deprecated? */ box-shadow: none; } -.eg-grid-tooltip { - font-size: 110%; -} -/* avoid visited "blue" links over black background */ -.eg-grid-tooltip a { - color: white; -} - /* ---------------------------------------------------------------------- * /Grid diff --git a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 index 8e07c7bc7d..cf48ed8fea 100644 --- a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 +++ b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 @@ -345,20 +345,13 @@ - - - + ng-bind-html="translateCellTemplate(col, item)"> - - {{text_value}} + + {{itemFieldValue(item, col) | egGridValueFilter:col:item}} -- 2.11.0