From 8f7bc5921496ee5634a7da087f4d6f0538f4b10c Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Thu, 14 Apr 2022 15:51:20 +0200 Subject: [PATCH] Calendar view: make focus-outline visible (#2594) --- src/pretix/static/pretixpresale/scss/_calendar.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pretix/static/pretixpresale/scss/_calendar.scss b/src/pretix/static/pretixpresale/scss/_calendar.scss index 324be35af5..66b8c46232 100644 --- a/src/pretix/static/pretixpresale/scss/_calendar.scss +++ b/src/pretix/static/pretixpresale/scss/_calendar.scss @@ -6,7 +6,7 @@ font-size: 16px; } p { - margin-bottom: 0; + margin-bottom: 3px; } .events { list-style: none; @@ -23,7 +23,7 @@ border-left-color: inherit; padding: 3px 5px; - margin-top: 3px; + margin-bottom: 3px; font-size: 12px; overflow-wrap: anywhere; text-decoration: none; @@ -96,7 +96,7 @@ margin-bottom: 15px; } h3 { - margin-bottom: 5px; + margin-bottom: 8px; font-weight: bold; cursor: pointer; } @@ -106,9 +106,6 @@ details[open] h3 .fa::before { content: $fa-var-caret-down; } - .events { - overflow: hidden; /* required for smooth toggle animation */ - } .no-events { display: none; }