seantrant
10/9/2017 - 10:04 AM

Disable unwanted highlighting on all elements

Disable unwanted highlighting on all elements

* {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}