From 77b84dd208b79544bf9b87d722913dcc7fd3650a Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Fri, 10 Apr 2026 11:17:56 +0200 Subject: [PATCH] docs: capture todo - Add cursor pointer to all clickable links --- ...10-add-cursor-pointer-to-all-clickable-links.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .planning/todos/pending/2026-04-10-add-cursor-pointer-to-all-clickable-links.md diff --git a/.planning/todos/pending/2026-04-10-add-cursor-pointer-to-all-clickable-links.md b/.planning/todos/pending/2026-04-10-add-cursor-pointer-to-all-clickable-links.md new file mode 100644 index 0000000..8d89e80 --- /dev/null +++ b/.planning/todos/pending/2026-04-10-add-cursor-pointer-to-all-clickable-links.md @@ -0,0 +1,14 @@ +--- +created: 2026-04-10T09:17:31.682Z +title: Add cursor pointer to all clickable links +area: ui +files: [] +--- + +## Problem + +Clickable links across multiple pages in the app do not consistently show `cursor: pointer` styling. Users expect the cursor to change to a pointer when hovering over clickable elements, but some links/buttons may use default cursor. This needs a sweep across all pages to ensure consistent hover behavior. + +## Solution + +Audit all pages for clickable elements (links, buttons, interactive spans/divs) and ensure they have `cursor: pointer` via Tailwind's `cursor-pointer` class or appropriate element semantics (``, `