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

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -