Hacker News new | ask | show | jobs
by 0x4a42 3135 days ago
You should remove the "cursor: pointer" CSS property from the "li" elements. It make them look like they are clickable while they aren't.
1 comments

Yep,

Good remark, I have basically delivered an unfinished feature, which is about copying to clipboard the command.

This explain the "cursor: pointer" on the li :/

That feature is currently in progress