Add pointer cursor to interactive elements
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -129,6 +129,10 @@
|
|||||||
}
|
}
|
||||||
.donation-group wa-button {
|
.donation-group wa-button {
|
||||||
width: calc(50% - 0.25rem);
|
width: calc(50% - 0.25rem);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
#rsvp-btn, #logout-btn, a[href="/"] {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -34,12 +34,14 @@
|
|||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
.header .spacer { flex: 1; }
|
.header .spacer { flex: 1; }
|
||||||
|
#logout-btn { cursor: pointer; }
|
||||||
.event-card {
|
.event-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.event-card img {
|
.event-card img {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
|||||||
Reference in New Issue
Block a user