Remove the complete styling of an HTML button/submit
I think this provides a more thorough approach: button, input[type=”submit”], input[type=”reset”] { background: none; color: inherit; border: none; padding: 0; font: inherit; cursor: pointer; outline: inherit; } <button>Example</button>