From 3d7a20d398e0b7054607d9bd6ab76a86ae0df3cb Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 10 Oct 2022 15:33:18 -0700 Subject: [PATCH] Add `cursor: pointer` to comment collapse inputs --- static/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/theme.css b/static/theme.css index f1baaa5..fd8628f 100644 --- a/static/theme.css +++ b/static/theme.css @@ -114,6 +114,7 @@ table.form > * > tr > td, th { /* Abuse checkboxes to collapse comments */ .collapse { appearance: none; + cursor: pointer; } .collapse:checked + * { display: none