https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28101 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- I'm curious about your choice to remove the Bootstrap classes from the markup: - <li class="breadcrumb-item" aria-current="page"> + <li> + <a href="#" aria-current="page"> Blocked record + </a> </li> I see that the "aria-current" information has moved to the link, and that's fine with me--I see that it fits the guidelines better. But I think there is value to keeping the Bootstrap 4 markup classes for consistency's sake and to be able to inherit existing Bootstrap classes. -- You are receiving this mail because: You are watching all bug changes.