
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 c8c33a6b8e9533f28b4e909171572c7723202616 (commit) from 575cade0e053201d3d0eb3d0dc10d2f968db8a40 (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 c8c33a6b8e9533f28b4e909171572c7723202616 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Fri Apr 4 05:50:22 2025 +0000 LP1819068 Offset for AngJS focused primary button Changes the hover/focus border to an outline and adds an outline offset on .btn-primary in the AngularJS interfaces. This makes it easier to see the blue outline around the blue buttons. Release-note: Offsets the focus outline on primary buttons in AngularJS Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Gina Monti <gmonti@biblio.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 924b115fd1..314abcbead 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -707,8 +707,10 @@ input, textarea, select, option, .btn-primary.active, .show > .btn-primary.dropdown-toggle { background-color: var(--primary-hover); - border-color: var(--primary-border); color: var(--bs-white); + outline-color: var(--primary-border); + outline-offset: 2px; + outline-width: 2px; } .btn-outline-primary { ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates/staff/css/style.css.tt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS