remove onclick highlight from anchor tag when opened in mobile

123

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

Comments

Submit
0 Comments