Calendar view: make focus-outline visible (#2594)

This commit is contained in:
Richard Schreiber
2022-04-14 15:51:20 +02:00
committed by GitHub
parent 9bf3b54a83
commit 8f7bc59214

View File

@@ -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;
}