emeraldpay / emerald-wallet

Emerald Wallet
https://emerald.cash
Apache License 2.0
211 stars 102 forks source link

Global : disable user select text #1360

Open scco opened 8 months ago

scco commented 8 months ago

by apply to html/body/app whatever

html { -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ }

so the app feels less like a website , more like a real application. for parts that people should be able to copy for what ever reason, you can explicit enable that feature of select text.