when click somewhere else the border disappears, tried onfocus none, but didn\'t help, how to make ugly button border disappear when click on?
It's greatly simple than you think. When the button is focussed, apply the outline property, like this:
outline
button:focus { outline: 0 !important; }
But when I use none value, it doesn't work for me.
none