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 }
2.1m questions
2.1m answers
60 comments
57.0k users