collapsed menu right arrow, uncollapsed down arrow (#332)

This commit is contained in:
Pim Snel
2021-05-03 21:18:49 +02:00
committed by GitHub
parent 51140a8026
commit e0823c2138
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -125,6 +125,14 @@ ul.pagination {
input.toggle:checked + label + ul {
display: block;
}
input.toggle + label::after {
content: "";
}
input.toggle:checked + label::after {
content: "";
}
}
.book-section-flat {