mirror of
https://github.com/temetro/temetro.git
synced 2026-08-28 19:37:33 +00:00
frontend: pointer cursor on Activity feed rows
Activity rows are native buttons, which default to cursor:default; add cursor-pointer so hovering an activity shows the pointer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -212,7 +212,7 @@ export function ActivityView() {
|
|||||||
|
|
||||||
<button
|
<button
|
||||||
className={cn(
|
className={cn(
|
||||||
"-mx-2 flex-1 rounded-lg px-2 py-1 text-start transition-colors hover:bg-accent/40",
|
"-mx-2 flex-1 cursor-pointer rounded-lg px-2 py-1 text-start transition-colors hover:bg-accent/40",
|
||||||
isLast ? "pb-1" : "mb-5",
|
isLast ? "pb-1" : "mb-5",
|
||||||
)}
|
)}
|
||||||
onClick={() => setSelected(entry)}
|
onClick={() => setSelected(entry)}
|
||||||
|
|||||||
Reference in New Issue
Block a user