From 8da0608a83d9da9789fc6bbaf55edb794bc69b10 Mon Sep 17 00:00:00 2001 From: nina martinez Date: Tue, 15 Jul 2025 11:42:55 +0200 Subject: [PATCH] Bug 40439: Enable the navigation using arrow keys Test plan: 1- Apply the patch 2- Log in to an account 3- Navigate with the tap key through the navigation bar, go to 'Welcome,' press Enter, and navigate through the options with the arrow keys. Signed-off-by: Eric Garcia --- .../opac-tmpl/bootstrap/css/src/opac.scss | 10 ++++ .../bootstrap/en/includes/masthead.inc | 50 +++++++++++-------- 2 files changed, 39 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss index 05063f8160..8cd442e943 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2991,4 +2991,14 @@ fieldset.brief label.show-password-toggle-label { padding: 0; } + +#search-history { + display: flex; + align-items: center; + i { + margin-right: 3px; + } +} + + @import "responsive"; diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 294963397c..cb4639312a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -129,7 +129,7 @@ -- 2.39.5