After discussion with testers, decided to remove unshadow testing
since it didn't appear to add any value.
Also changed colors to use bg-warning (yellow) when there are no copies
and the record is NOT transcendant, and bg-info (blue) when there are
no copies, but it is transcendant.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
<div class="row" [ngClass]="{'pt-2':copyIndex > 0}"
*ngFor="let copyCount of getHoldingsSummaries(); let copyIdx = index"
[ngClass]="{
- 'text-light bg-dark' : copyCount.count == 0 && (copyCount.transcendant == 0 || !copyCount.transcendant) && copyCount.unshadow == 0,
- 'text-light bg-secondary' : copyCount.count == 0 && (copyCount.transcendant == 0 || !copyCount.transcendant),
+ 'text-dark bg-warning' : copyCount.count == 0 && (copyCount.transcendant == 0 || !copyCount.transcendant),
'text-light bg-info' : copyCount.count == 0
}">
<div class="float-left text-left w-50">