This commit is contained in:
parent
76ca7b9c32
commit
0dcf36052e
18 changed files with 152 additions and 112 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue