Prevent Accidental Text Highlighting
Ever click a navigation menu to notice that the text inside it is accidentally highlighted because you double clicked?
No need to pull out javascript to solve this.
.menu {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
Written by Jack Lukic
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#