summaryrefslogtreecommitdiff
path: root/stylesheets/programmes.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-26 17:23:58 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-26 17:23:58 +0100
commitfd5969367b4bd662bd9ff6710783a3d87f5bd06a (patch)
treebc9bb46d4ae7b9bf0f733009314a3759949d8eee /stylesheets/programmes.css
parent7722e6a2a9119527d8accc4e7deb738a7ebf44e4 (diff)
downloadquatuorbellefeuille.com-fd5969367b4bd662bd9ff6710783a3d87f5bd06a.tar.xz
Prevent Chrome from outlining focused summaries
Diffstat (limited to 'stylesheets/programmes.css')
-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;