{"id":11853,"date":"2022-02-07T03:13:24","date_gmt":"2022-02-07T08:13:24","guid":{"rendered":"http:\/\/local.brightwhiz\/?post_type=snippets&p=11853"},"modified":"2022-02-07T03:13:25","modified_gmt":"2022-02-07T08:13:25","slug":"how-to-make-unselectable-in-css","status":"publish","type":"snippets","link":"http:\/\/local.brightwhiz\/snippets\/how-to-make-unselectable-in-css\/","title":{"rendered":"How to Make Text Unselectable in CSS"},"content":{"rendered":"\n
.noselect {\n -webkit-touch-callout: none; \/* iOS Safari *\/\n -webkit-user-select: none; \/* Safari *\/\n -khtml-user-select: none; \/* Konqueror HTML *\/\n -moz-user-select: none; \/* Old versions of Firefox *\/\n -ms-user-select: none; \/* Internet Explorer\/Edge *\/\n user-select: none; \/* Non-prefixed version, currently\n supported by Chrome, Edge, Opera and Firefox *\/\n}\n\ninput {\n pointer-events:none;\n}<\/code><\/pre>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","meta":[],"categories":[953,15],"tags":[954,170,189,303,471],"yoast_head":"\nHow to Make Text Unselectable in CSS<\/title>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n