Replace the verbose issue cards (body preview + inline comment form)
with a clean list of links: issue number, title, and an arrow to open
the issue on Gitea. Keeps the tab minimal and noise-free.
Closes#4
The picker shield overlay was blocking elementFromPoint during mousemove,
so the highlight class never got applied to actual page elements.
Fix: temporarily set shield visibility:hidden during the elementFromPoint
call so the cursor position resolves to the real element underneath.
Also enhanced the highlight with a subtle background tint for better
visual feedback.
Closes#3