From f038fe0410b0fdb946f86e6a10b74ab374ee7fe0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 18 Mar 2021 20:49:49 +0100 Subject: Restore some highlighting to focused program summaries --- stylesheets/programmes.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css index 1db2550..e0e42b5 100644 --- a/stylesheets/programmes.css +++ b/stylesheets/programmes.css @@ -30,6 +30,7 @@ details.program > summary { details.program > summary::-webkit-details-marker { display: none; } + /* Disable Chrome's outline; we already highlight this block prominently enough IMO. */ details.program > summary:focus { @@ -37,8 +38,8 @@ details.program > summary:focus { } details.program > summary > .name, -details.program[open] > summary > .name, -details.program[open] > summary > .composers { +details.program[open] > summary, +details.program > summary:focus { color: #1f4e79; font-weight: bold; } -- cgit v1.2.3