Add cursor-pointer to collapsible header button

This commit is contained in:
Mario Zechner 2025-10-08 14:17:48 +02:00
parent 9a57aa7e1a
commit 46b1abff1d

View file

@ -102,7 +102,7 @@ export function renderCollapsibleHeader(
: "text-foreground";
return html`
<button @click=${toggleContent} class="flex items-center justify-between gap-2 text-sm text-muted-foreground w-full text-left hover:text-foreground transition-colors">
<button @click=${toggleContent} class="flex items-center justify-between gap-2 text-sm text-muted-foreground w-full text-left hover:text-foreground transition-colors cursor-pointer">
<div class="flex items-center gap-2">
${state === "inprogress" ? statusIcon(Loader, "text-foreground animate-spin") : ""}
${statusIcon(toolIcon, toolIconColor)}