From a38c467ef31d3e5ab12123ac17c3ef57adb0ef97 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 3 Jan 2026 22:44:03 -0800 Subject: [PATCH] Fix pointer cursor by targeting shadow DOM part MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- static/afac26.html | 3 +-- static/index.html | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/afac26.html b/static/afac26.html index a3ba1e2..5db9b9b 100644 --- a/static/afac26.html +++ b/static/afac26.html @@ -129,9 +129,8 @@ } .donation-group wa-button { width: calc(50% - 0.25rem); - cursor: pointer; } - #rsvp-btn, #logout-btn, a[href="/"] { + wa-button::part(base) { cursor: pointer; } diff --git a/static/index.html b/static/index.html index c117770..97d9168 100644 --- a/static/index.html +++ b/static/index.html @@ -34,14 +34,15 @@ gap: 0.5rem; } .header .spacer { flex: 1; } - #logout-btn { cursor: pointer; } + wa-button::part(base), .event-card { + cursor: pointer; + } .event-card { display: flex; align-items: center; gap: 1rem; text-decoration: none; color: inherit; - cursor: pointer; } .event-card img { height: 80px;