From 1e33b9bc1f3cc995a1ed7e265a106d194c8dfcef Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 21 Nov 2023 19:42:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20improve=20clickability=20cu?= =?UTF-8?q?e=20by=20adding=20pointer=20cursor=20to=20details=20summary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_misc.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index 3531024..850d40f 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -166,3 +166,7 @@ hr { overflow: hidden; white-space: nowrap; } + +details summary { + cursor: pointer; +}