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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…