Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

chrome hide blue highlight css mobile

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
	-webkit-tap-highlight-color: transparent;
 
PREVIOUS NEXT
Tagged: #chrome #hide #blue #highlight #css #mobile
ADD COMMENT
Topic
Name
4+8 =