Go to file
OpenClaw Agent 9712705f5a
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
fix: picker element highlight during mousemove
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
2026-03-13 13:27:16 +00:00
.gitea/workflows Initial commit: feedback-tool server + deploy workflow 2026-03-13 10:27:48 +00:00
.gitignore Initial commit: feedback-tool server + deploy workflow 2026-03-13 10:27:48 +00:00
package.json Initial commit: feedback-tool server + deploy workflow 2026-03-13 10:27:48 +00:00
server.js fix: picker element highlight during mousemove 2026-03-13 13:27:16 +00:00