Useful if you’re making a div into a button, for example. Stop the browser from selecting/highlighting a HTML object that is clicked multiple times in succession.
1 2 3 4 5 6 7 | -webkit-user-select: none; /* Chrome/Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+ */ /* Not implemented yet */ -o-user-select: none; user-select: none; |
“Expert in all things Magento, Shopify and Ecommerce."
Get In Touch