Search
 
SCRIPT & CODE EXAMPLE
 

CSS

prevent the blue highlighting on mobile

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}
Comment

PREVIOUS NEXT
Code Example
Css :: overwrite theme css in parent css 
Css :: caching 
Css :: css html attribut 
Css :: css conflict 
Css :: spinner 
Css :: How do you display a border like this: 
Css :: write mode css 
Css :: css syntax examples 
Css :: how to change the size of a style="text-align: center;" 
Css :: adobe xd to html and css 
Css :: scss how to declare variable for multiple files 
Typescript :: req.user typescript 
Typescript :: how to remove dots from li 
Typescript :: random between two floats python 
Typescript :: In order to allow non-dict objects to be serialized set the safe parameter to False. 
Typescript :: yarn typescript 
Typescript :: axis limits matlab 
Typescript :: useref react typescript 
Typescript :: how to generate uuid in typescript 
Typescript :: three dots icon flutter 
Typescript :: selenium get all child elements python 
Typescript :: reactive forms get value of control 
Typescript :: Testing Objects for Properties 
Typescript :: usage typescript in react native 
Typescript :: event in typescript 
Typescript :: psycopg2 OperationalError: FATAL: unsupported frontend protocol 1234.5679: server supports 2.0 to 3.0 
Typescript :: nmap find all hosts on a network 
Typescript :: remove all objects in R 
Typescript :: full call signature in ts 
Typescript :: python requests post set content type 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =