[GIT] Evergreen ILS branch main updated. fbbe827ff2e259a0273fc9b2f953a9ffda0283ed

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 fbbe827ff2e259a0273fc9b2f953a9ffda0283ed (commit) from 3df0ccdcd7322af0a798cedf8d31839da99e4f69 (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 fbbe827ff2e259a0273fc9b2f953a9ffda0283ed 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