From e4910125574fd5c35959128f862d42011be6ec32 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. --- 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 4fe69590de..bed4cc1e20 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.20.1