From fd04ddc0f9440fe600299259ddf827ac9e7b3ffe Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Mon, 23 Sep 2024 14:29:53 +0000 Subject: [PATCH] Bug 37988: Made the home button accessible by keyboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Steps to Test: 1. Navigate to the staff interface. 2. Observe that the cursor initially focuses on the search box. 3. Press the "Tab" key on your keyboard. 4. Notice the focus moves to the "Search submit" button, then to the "Checkout tab." 5. On the next "Tab" press, focus moves to the "Help" button, skipping the "Home" button entirely. 6. Apply the patch. Then complete a yarn build (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface) 7. Repeat steps 1-5. Notice that on step 5 the focus is now on the “Home” button. 8. Sign off and have an amazing day! --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index b708bd36bf..a77dc8a9d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2964,7 +2964,6 @@ nav { color: $green-text-color; font-size: 1px; letter-spacing: -1px; - visibility: hidden; &::before { content: "\f015"; -- 2.39.2