Hacker News new | ask | show | jobs
by LesZedCB 3845 days ago
Well, sometimes it is a clean presentation to not be able to select text. You know when you just randomly click and hold the mouse then you end up highlighting half of the interface as well as the text? That is "immersion breaking" for web apps, or whatever the real word is.

In this specific case, it's still broken because the cursor still changes to the selection cursor. Oh well.

1 comments

they should have done `cursor: default` for the html element selector in the CSS file as well.