I\'m working on a web page, and I want custom-styled tags. So with CSS, I said: border: none. Now it works perfectly in safari, but
border: none
This is what worked for me:
button:focus { box-shadow:none; }