From a85fb2b4e413e97f353d1902191db21b865ed389 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. --- 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 4ebdcad069..3b8a3764c1 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; } } @@ -1939,7 +1940,6 @@ li { } .title { - font-style: italic; font-weight: bold; } -- 2.11.0