blue color when button click web mobile

Solutions on MaxInterview for blue color when button click web mobile by the best coders in the world

showing results for - "blue color when button click web mobile"
Lotta
22 Feb 2019
1input,
2textarea,
3button,
4select,
5a {
6  -webkit-tap-highlight-color: rgba(0,0,0,0);
7}
8