My buttons all have a highlight around them after I click them. This is in Chrome.
Add this in CSS:
*, ::after, ::before { box-sizing: border-box; outline: none !important; border: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }