From fd5969367b4bd662bd9ff6710783a3d87f5bd06a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 26 Feb 2021 17:23:58 +0100 Subject: Prevent Chrome from outlining focused summaries --- stylesheets/programmes.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stylesheets/programmes.css') 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; -- cgit v1.2.3