From 28d34c41f53038acd668b3894102d1d28db73e80 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 21 Aug 2019 17:18:09 -0400 Subject: [PATCH] LP1840982 Replace troublesome catalog icons Replace 'arrow_right' icon with 'keyboard_arrow_right' (ditto left) in the Angular catalog holdings maintenance grid. This resolves an issue where the 'arrow_right' icon presents with excess padding, causing the barcode / call number values to appear to be empty in the 'Location/Barcode' column of the holdings grid. See also LP1830912 for icon padding issues. Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- .../eg2/src/app/staff/catalog/record/holdings.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html index bb1606cf79..bed7a4e149 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html @@ -25,10 +25,10 @@ invisible when they are not needed. --> arrow_drop_down + class="material-icons p-0 m-0">keyboard_arrow_down arrow_right + class="material-icons p-0 m-0">keyboard_arrow_right {{row.locationLabel}} -- 2.43.2