Add cursor: pointer to comment collapse inputs

This commit is contained in:
Zack
2022-10-10 15:33:18 -07:00
committed by GitHub
parent 8009045c14
commit 3d7a20d398

View File

@@ -114,6 +114,7 @@ table.form > * > tr > td, th {
/* Abuse checkboxes to collapse comments */
.collapse {
appearance: none;
cursor: pointer;
}
.collapse:checked + * {
display: none