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
The fix for Chrome and other browsers
button:focus { outline: none !important; box-shadow: none !important; }