From cc1f212f679ac8aa711d649d7bba28e6c5855c19 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 14 Sep 2020 13:09:24 +0000 Subject: [PATCH] Bug 23852: (QA follow-up) Correct scope of breadcrumb title style This patch corrects the scope of the ".title" style intended for titles displayed in the breadcrumbs bar. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index fee6aaffc7..0af3e05892 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -999,6 +999,7 @@ details[open] { position: relative; .title { + font-style: italic; font-weight: normal; } } @@ -1938,7 +1939,6 @@ li { } .title { - font-style: italic; font-weight: bold; } -- 2.11.0