diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-18 20:49:49 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-18 20:49:49 +0100 |
| commit | f038fe0410b0fdb946f86e6a10b74ab374ee7fe0 (patch) | |
| tree | 329af75b43576a274f0f64b49de4c8175b22a3e3 /stylesheets | |
| parent | 7530c8dd86b4f4dd8e0f340ac6b939c4f29728c0 (diff) | |
| download | quatuorbellefeuille.com-f038fe0410b0fdb946f86e6a10b74ab374ee7fe0.tar.xz | |
Restore some highlighting to focused program summaries
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/programmes.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; } |
