mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Calendar view: make focus-outline visible (#2594)
This commit is contained in:
committed by
GitHub
parent
9bf3b54a83
commit
8f7bc59214
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user