Koha/koha-tmpl/intranet-tmpl/prog/css
Owen Leonard 2b54c118c4
Bug 37988: Use Bootstrap 5 class .visually-hidden-focusable
It looks to me like we can remove the visibility properties from the
home button CSS and wrap the text in a <span> with Bootstrap 5's
"visually-hidden-focusable" class:

https://getbootstrap.com/docs/5.3/getting-started/accessibility/#visually-hidden-content

That appears to give us the behavior we want: A focusable icon which
isn't obscured by the focus border.

To test, apply the patch and rebuild the staff interface CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface).

In the staff interface, test some pages by using tab or shift-tab to
move between elements on the page to confirm that the home icon can be
tabbed to.

Signed-off-by: Olivier Vezina <olivier.vezina@inLibro.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-10-29 16:14:42 +01:00
..
src Bug 37988: Use Bootstrap 5 class .visually-hidden-focusable 2024-10-29 16:14:42 +01:00
addbiblio.css Bug 35402: Update the OPAC and staff interface to Bootstrap 5 2024-08-23 15:58:41 +02:00
cateditor.css Bug 38057: Fix checkmarks in Change framework menu in Advanced editor after Bootstrap5 update 2024-10-11 12:21:28 +02:00
hierarchy.css
humanmsg.css
itemsearchform.css Bug 35402: Update the OPAC and staff interface to Bootstrap 5 2024-08-23 15:58:41 +02:00
login.css Bug 37691: Improve visibility of password expiration reset link 2024-09-02 12:13:46 +02:00
preferences.css Bug 35402: Update the OPAC and staff interface to Bootstrap 5 2024-08-23 15:58:41 +02:00
print.css Bug 34030: Add a "print slips" action links to print in batch 2023-10-23 11:33:55 -03:00
printreceiptinvoice.css
reports.css Bug 32239: Remove uneeded CSS from reports.css 2023-01-31 11:08:49 -03:00
right-to-left.css
select2.css Bug 36545: (follow-up) Style tweaks for Select2 multiple fields 2024-04-30 17:09:54 +02:00
spinelabel.css
tinymce.css
uploader.css