From aef2d30f2cb7769fee3dd50e4ac5db291823e6f1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 13 Feb 2024 23:27:57 +0200 Subject: [PATCH] pointer for details only when not open --- files/assets/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 17975f73e..9c8ba4998 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7677,7 +7677,10 @@ blink { details { margin-bottom: 1rem; - cursor: pointer; +} + +details:not([open]) { + cursor: pointer } thead {