all repos — honk @ 2f7172ce8ad77d2655f526ec0d9a4fa0cf30615c

my fork of honk

outline around summary on mobile can be distracting.
tip from abyxcos
Ted Unangst tedu@tedunangst.com
Thu, 03 Sep 2020 20:40:11 -0400
commit

2f7172ce8ad77d2655f526ec0d9a4fa0cf30615c

parent

e43284c6fe8530e327a25ac87cdf3ea844fdbfe3

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -314,6 +314,9 @@ .honk header img {

width: 48px; height: 48px; } + details summary { + outline: none; + } } @media print { #topmenu, #topspacer, #infobox, #refreshbox, .actions {