Comment 2 for bug 2045292

Revision history for this message
Gina Monti (gmonti90) wrote :

I tried creating a signoff branch but still seeing the red in the overdue rows under Patron Summary in Angular Circ. I'm unsure if it's because of these lines in the pullrequest branch:

 .eg-grid-row-selected.overdue-row {
- background-color: #CF0000 !important;
+ background-color: rgba(var(--bs-red-rgb), 0.20) !important;
+ border-left: 2px solid var(--bs-red);
 }