I have some buttons using , which when clicked get a blue selected color!
Is there a way to remove this feature?
You can remove this by adding !important to your outline.
button{ outline: none !important; }