
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_15 has been updated via b2348b675a7a9b685ab794881c3f388ee0838ab3 (commit) from 5769a56641bc4998ec7646059d718b9c00bf0d56 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b2348b675a7a9b685ab794881c3f388ee0838ab3 Author: Dan Briem <dbriem@harrisonpl.org> Date: Fri Jun 6 05:18:14 2025 +0000 LP#2112613 AngularJS modal close button has insufficient contrast - Sets modal color CSS variables to the body colors in light mode. - --modal-header-bg is currently unused, but was updated to provide appropriate contrast if used in the future. Release-note: Fixes AngularJS modal close button contrast in light mode. Signed-off-by: Dan Briem <dbriem@harrisonpl.org> Signed-off-by: John Amundson <jamundson@cwmars.org> Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> diff --git a/Open-ILS/src/templates/staff/css/light.css.tt2 b/Open-ILS/src/templates/staff/css/light.css.tt2 index 7f099be099..0c17cd0d26 100644 --- a/Open-ILS/src/templates/staff/css/light.css.tt2 +++ b/Open-ILS/src/templates/staff/css/light.css.tt2 @@ -94,8 +94,8 @@ --btn-gray-color: var(--bs-body-color); --btn-gray-border: var(--bs-gray-400); - --modal-header-color: white; - --modal-header-bg: var(--bs-cyan-800); + --modal-header-color: var(--bs-body-color); + --modal-header-bg: var(--bs-body-bg); --modal-body-bg: var(--bs-body-bg); --popover-menu-hover: var(--bs-gray-100); --popover-header-bg: var(--bs-gray-100); ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates/staff/css/light.css.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Evergreen ILS