... unsure
Some checks reported warnings
/ phplint (push) Has been cancelled

This commit is contained in:
David Bailey 2024-08-24 13:09:28 +02:00
parent 76ca7b9c32
commit 0dcf36052e
18 changed files with 152 additions and 112 deletions

View file

@ -311,12 +311,21 @@ body.htmx-request::before {
.folder-listing input {
display: none;
}
.folder-listing input + ul {
.folder-listing input ~ ul {
display: none;
}
.folder-listing input:checked + ul {
.folder-listing input:checked ~ ul {
display: block;
}
.folder-listing label > :nth-child(2) {
display: none;
}
.folder-listing input:checked ~ label > :nth-child(1) {
display: none;
}
.folder-listing input:checked ~ label > :nth-child(2) {
display: inline-block;
}
#navbar-expand-label {
cursor: pointer;