forked from CGM_Public/pretix_original
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;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
.events {
|
.events {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
border-left-color: inherit;
|
border-left-color: inherit;
|
||||||
|
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
margin-top: 3px;
|
margin-bottom: 3px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 8px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -106,9 +106,6 @@
|
|||||||
details[open] h3 .fa::before {
|
details[open] h3 .fa::before {
|
||||||
content: $fa-var-caret-down;
|
content: $fa-var-caret-down;
|
||||||
}
|
}
|
||||||
.events {
|
|
||||||
overflow: hidden; /* required for smooth toggle animation */
|
|
||||||
}
|
|
||||||
.no-events {
|
.no-events {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user