quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit f038fe0410b0fdb946f86e6a10b74ab374ee7fe0
parent 7530c8dd86b4f4dd8e0f340ac6b939c4f29728c0
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 18 Mar 2021 20:49:49 +0100

Restore some highlighting to focused program summaries

Diffstat:
Mstylesheets/programmes.css | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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; }