From b3dc10ef37980051cec631374c2560bd778f262c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 8 Nov 2023 22:09:41 -0600 Subject: [PATCH] css cleanup --- assets/css/torchlight.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/torchlight.css b/assets/css/torchlight.css index e3d8efb..6ed07ce 100644 --- a/assets/css/torchlight.css +++ b/assets/css/torchlight.css @@ -66,14 +66,14 @@ filter: blur(0px); opacity: 1; } -.torchlight summary:focus { - outline: none; -} - /********************************************* * Collapse styling * **********************************************/ +.torchlight summary:focus { + outline: none; +} + /* Hide the default markers, as we provide our own */ .torchlight details > summary::marker, .torchlight details > summary::-webkit-details-marker {