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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user