Answers for "how to remove on click color mobile"

CSS
0

remove onclick highlight from anchor tag when opened in mobile

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
Posted by: Guest on August-01-2021

Code answers related to "how to remove on click color mobile"

Browse Popular Code Answers by Language