https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37988
Olivier V <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171965|0 |1 is obsolete| | --- Comment #4 from Olivier V <[email protected]> --- Created attachment 171987 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171987&action=edit Bug 37988: [Alternate] 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. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
