LP1840982 Replace troublesome catalog icons
authorBill Erickson <berickxx@gmail.com>
Wed, 21 Aug 2019 21:18:09 +0000 (17:18 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 22 Jan 2020 15:41:11 +0000 (07:41 -0800)
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 <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html

index bb1606c..bed7a4e 100644 (file)
               invisible when they are not needed. -->
         <span *ngIf="row.treeNode.expanded"
           [ngClass]="{invisible: row.copy || row.treeNode.children.length == 0}"
-          class="material-icons p-0 m-0">arrow_drop_down</span>
+          class="material-icons p-0 m-0">keyboard_arrow_down</span>
         <span *ngIf="!row.treeNode.expanded"
           [ngClass]="{invisible: row.copy || row.treeNode.children.length == 0}"
-          class="material-icons p-0 m-0">arrow_right</span>
+          class="material-icons p-0 m-0">keyboard_arrow_right</span>
         <span>{{row.locationLabel}}</span>
       </a>
     </span>