From c6cfc9ba4dcc3965c1704f0978253ad1f8a82114 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 1 Nov 2019 10:20:29 -0400 Subject: [PATCH] remove tooltips from some lineitem results columns The "Links" column definitely doesn't need it, and it's distracting when present for the of the grid columns that we know are unlikely to ever get wide like ID, status, and estimated unit price. Signed-off-by: Galen Charlton --- .../eg2/src/app/staff/acq/search/lineitem-results.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html b/Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html index ba1e7d79a5..ba4e9d799a 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html @@ -46,12 +46,12 @@ idlClass="jub" [dataSource]="gridSource" [showDeclaredFieldsOnly]="true"> - + - + - - + + -- 2.11.0