Answers for "button blue on mobile css"

CSS
0

blue color when button click web mobile

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

Browse Popular Code Answers by Language