From 45fc3fe3f27ff99b4169fd35dca26e8944f2d6b0 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 3 Sep 2020 20:40:11 -0400 Subject: [PATCH] outline around summary on mobile can be distracting. tip from abyxcos --- views/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/style.css b/views/style.css index 5e9dc41..15b2f77 100644 --- a/views/style.css +++ b/views/style.css @@ -314,6 +314,9 @@ img.emu { width: 48px; height: 48px; } + details summary { + outline: none; + } } @media print { #topmenu, #topspacer, #infobox, #refreshbox, .actions {