Fix pointer cursor by targeting shadow DOM part

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-03 22:44:03 -08:00
parent 7d92ebc035
commit a38c467ef3
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}
</style>