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
Post a Comment