From 264110a5e21f755bde866c2969a21c520fedf834 Mon Sep 17 00:00:00 2001 From: Jack Hickey <133868041+nginx-jack@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:55:17 +0100 Subject: [PATCH] ProductSelector: Show pointer on summary section --- assets/css/v2/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 2079eec2..56d6c095 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -772,6 +772,7 @@ ol li:last-child { } details > summary { + cursor: pointer; list-style: none; padding-inline-start: 1rem; align-content: center;