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
I faced the same issue so I used simple CSS-
.custom-button { outline: none }