From af8851db959ba1d008f35299515832adcd56bf57 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 9 Dec 2024 13:09:11 +0000 Subject: [PATCH] Bug 38644: Remove CSS rule to hide breadcrumbs in mobile view I think the original intent was to simplify the mobile view and avoid offering a menu that was a very small target, but those issues should be addressed, if necessary, without compromising accessibility. This patch removes the CSS rule which hides the breadcrumb menu when the screen is less than 767 pixels wide. To test, apply the patch and rebuild the OPAC CSS. - Clear your browser cache if necessary. - View any page in the OPAC which has a breadcrumbs menu. - Resize your browser window until it is very narrow to confirm that the breadcrumb menu stays visible. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind --- koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss index 6c952102ea..3a2209f739 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss @@ -327,7 +327,6 @@ margin: 0 -20px; } - .breadcrumb, .menu-collapse { display: none; } -- 2.39.5