From cfcef343aee6037ce6a399121ef89151b7b85a37 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 24 Oct 2022 13:55:11 +0000 Subject: [PATCH] Bug 31831: Make inactive search options font slightly bigger This patch removes the reduced font size from the "tab" links in the header search form (the links for switching between search forms). This makes the links the same size as the search form label. To test, apply the patch and rebuild the staff client CSS. On any page in the staff interface, test the appearance and behavior of the header search form. The controls should be clear and readable. Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss index 14fd55638c..aaf8adb22c 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss @@ -86,7 +86,6 @@ a.navbar-toggle { a { color: #FFF; - font-size: .9em; padding: 0 .25em; margin: 0 .25em; border: 2px solid transparent; -- 2.30.2