summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/programmes.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css
index 32175d4..2da1e2c 100644
--- a/stylesheets/programmes.css
+++ b/stylesheets/programmes.css
@@ -25,6 +25,11 @@ 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 {
+ outline: none;
+}
details.program > summary > .name {
margin-left: 2em;