Could we prevent users' cursor turn into selection tool with css? -


with user-select: none able prevent user selecting text in undesired areas menu, browser cursor still turn selection tool, suggesting selectable. there way prevent behavior?

better yet, can manipulate cursor link indicator?

you can use pointer-events: none avoid having cursor turning selection tool. unaware if can turn cursor link indicator css.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -