I have some buttons using <button>, which when clicked get a blue selected color!
<button>
Is there a way to remove this feature?
That is a default behaviour of each browser; your browser seems to be Safari, in Google Chrome it is orange in color!
Use this to remove this effect:
button { outline: none; // this one }
1.4m articles
1.4m replys
5 comments
57.0k users