From: Galen Charlton Date: Fri, 28 Oct 2022 01:58:12 +0000 (-0400) Subject: LP#1966342: (follow-up) adjust for color contrast X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=04be580897d84c421e53eff41dfa2cc6191d249d;p=evergreen%2Fpines.git LP#1966342: (follow-up) adjust for color contrast The default Bootstrap text-light color on a bg-info background fails the WCAG color contrast ratio; letting the text default to black meets level AA. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html index 13eec62a5e..3e386b7be9 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html @@ -150,7 +150,7 @@ *ngFor="let copyCount of getHoldingsSummaries(); let copyIdx = index" [ngClass]="{ 'text-dark bg-warning' : copyCount.count == 0 && (copyCount.transcendant == 0 || !copyCount.transcendant), - 'text-light bg-info' : copyCount.count == 0 + 'bg-info' : copyCount.count == 0 }">