JohnPaulDesign
5/9/2017 - 10:43 AM

Disable blue highlight on mobiles

Disable blue highlight on mobiles

.no-select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}