Add cursor: pointer to comment collapse inputs
This commit is contained in:
@@ -114,6 +114,7 @@ table.form > * > tr > td, th {
|
||||
/* Abuse checkboxes to collapse comments */
|
||||
.collapse {
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.collapse:checked + * {
|
||||
display: none
|
||||
|
||||
Reference in New Issue
Block a user