Pin Menu: Hit Zone Optimization

The edit icon's click target is too small relative to the "open" zone, causing accidental opens.

Current behavior

Assignment stats-all
Tables in Smart Panels
Recent activity
Edit icon target: 16 × 16px
Open target: ~280 × 36px
Ratio: ~40:1 — easy to miss. Fails WCAG 2.5.8 (min 24×24px).

Proposed fix

Assignment stats-all
Tables in Smart Panels
Recent activity
Edit target: 44 × 36px (full row height)
Open target: ~256 × 36px
Ratio: ~6:1 — edit zone 6× larger. Subtle highlight on hover confirms intent.
Hover and click items in both panels to compare
"Open pin" zone (navigates)
"Edit pin" zone (renames)
Uses existing pattern: .allego-bookmarks-menu — white background, soft shadow, blue hover text (#0c7bc6), pencil revealed on hover. The fix expands the pencil's click target from 16px to a 44px column. Pencil appears grey on row hover; turns blue only when the mouse is over the edit zone — same color vocabulary, no new highlight shape.