
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, main has been updated via 371b82bb76b08d5dad7f1c517c899e37a71f0b66 (commit) from 1153f4784c1cd4bb4b3ca9dd6c5a9c46d23f10a2 (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 371b82bb76b08d5dad7f1c517c899e37a71f0b66 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