diff options
Diffstat (limited to 'stylesheets/programmes.css')
| -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; } |
