My buttons all have a highlight around them after I click them. This is in Chrome.
<button class="btn btn-primary btn-block">
<span class="icon-plus"></span> Add Page
</button>
I am using Bootstrap with a theme, but I’m pretty sure that’s not it: I was noticing this before on another project.
It goes away if I use an <a>
tag instead of <button>
. Why? If I wanted to use <button>
how would I make it go away?