https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37748 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 170784 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170784&action=edit Bug 37748: In Bootstrap 5 "disabled" class must be on anchor tag, not list item This patch revises the markup for disabled dropdown menu items to conform to Bootstrap 5 requirements. The patch also revises many instances of Bootstrap tooltips which were not working -- tooltips which should be shown with many of the disable dropdown items. In BS5, a tooltip can't be attached to a disabled link. Instead the tooltip must be attached to the link's container. These changes also include the addition of "aria-disabled='true'" to the disabled menu items. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.