[GIT] Evergreen ILS branch rel_3_14 updated. 5564d664fbb7f34b53c25a91b117b019be44761a

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_14 has been updated via 5564d664fbb7f34b53c25a91b117b019be44761a (commit) from e40c352e8560898b0a66b962a251f8184614c240 (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 5564d664fbb7f34b53c25a91b117b019be44761a 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
participants (1)
-
Git User