From: Jason Stephenson Date: Wed, 10 Oct 2018 19:47:46 +0000 (-0400) Subject: Revert "LP#1740412 Grid cell content tooltips" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bbbafc4936ef4734e05a5e9a701562472140d498;p=Evergreen.git Revert "LP#1740412 Grid cell content tooltips" This reverts commit b1e0da12b30a3a960fe7834f5862c02f5828846f. Remove tooltips functionality that causes performance hit. Signed-off-by: Jason Stephenson --- 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}}