From 19ed56781981929228224dae2386bc199e821f6c Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 3 Jan 2026 22:50:32 -0800 Subject: [PATCH] Revert cursor pointer changes 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 | 3 --- 2 files changed, 6 deletions(-) diff --git a/static/afac26.html b/static/afac26.html index 5db9b9b..106f7e1 100644 --- a/static/afac26.html +++ b/static/afac26.html @@ -130,9 +130,6 @@ .donation-group wa-button { width: calc(50% - 0.25rem); } - wa-button::part(base) { - cursor: pointer; - } diff --git a/static/index.html b/static/index.html index 97d9168..2150a23 100644 --- a/static/index.html +++ b/static/index.html @@ -34,9 +34,6 @@ gap: 0.5rem; } .header .spacer { flex: 1; } - wa-button::part(base), .event-card { - cursor: pointer; - } .event-card { display: flex; align-items: center;