From fc2c0b0149a539c2185a4bba192b87a1a8d7d4b5 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 15 Jul 2024 06:21:52 +1000 Subject: [PATCH] improve summary/details clickability a wee bit --- view/css/conversation.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/view/css/conversation.css b/view/css/conversation.css index 4a2f0b01f..6accb8765 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -1,3 +1,10 @@ +details > summary { + list-style-type: '▶️ '; +} + +details[open] > summary { + list-style-type: '🔽 '; +} /* jot */ .jothidden {