From 937f0c439c21af3db13084229c630365b402535a Mon Sep 17 00:00:00 2001 From: neri Date: Mon, 20 Dec 2021 10:48:06 +0100 Subject: [PATCH] add `cursor: pointer` to details summary --- static/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/index.css b/static/index.css index 4ebb61c..64531f4 100644 --- a/static/index.css +++ b/static/index.css @@ -73,6 +73,10 @@ details { display: inline; } +details summary { + cursor: pointer; +} + input:focus-within, select:focus-within, textarea:focus-within,