Show pointer cursor when hovering collapsible details

This commit is contained in:
timvisee 2021-09-03 15:24:43 +02:00
parent ba5be8a3c9
commit 72a9eef110
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ content {
transition: border 0.2s ease;
}
details > summary {
cursor: pointer;
}
#toc-container {
margin-top: 1em;
padding: 1em;