From 4000f8e3eaf35ae7f7fd82ba0396c811c1084784 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 2 Dec 2020 14:51:53 +0000 Subject: [PATCH] Bug 26397: [20.05.x] opac.scss calls non-existent image This patch removes some obsolete CSS from the OPAC which calls a non-existent image. There should be no visible change. This patch is specifically for Koha 20.05.x. The bug does not appear in master. To test, apply the patch and rebuild the OPAC SCSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). View the OPAC and confirm that nothing has changed in the style of the Koha logo in the header. Signed-off-by: David Nind Signed-off-by: Nick Clemens Signed-off-by: Andrew Fuerste-Henry --- .../opac-tmpl/bootstrap/css/src/opac.scss | 21 ------------------- .../bootstrap/css/src/right-to-left.scss | 6 ------ 2 files changed, 27 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss index 9bcf418eb1..2c3d90875a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -152,27 +152,6 @@ h1 { color: #727272; font-size: 140%; line-height: 150%; - - &#libraryname { - background: transparent url( "../images/logo-koha.png" ) no-repeat scroll 0%; - border: 0; - float: left !important; - margin: 0; - padding: 0; - width: 120px; - - a { - border: 0; - cursor: pointer; - display: block; - height: 0 !important; - margin: 0; - overflow: hidden; - padding: 40px 0 0; - text-decoration: none; - width: 120px; - } - } } h2 { diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss index fba7f5baa7..6ef6ca650f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss @@ -55,12 +55,6 @@ a { } } -h1 { - &#libraryname { - float: right !important; - } -} - input.hold { padding-right: 23px; } -- 2.39.5