Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

How to remove the blueish background on a button when clicked

button {
  -webkit-tap-highlight-color: transparent;
}
/* This did it for me */
 
PREVIOUS NEXT
Tagged: #How #remove #blueish #background #button #clicked
ADD COMMENT
Topic
Name
1+4 =