Using Bootstrap 3 at This Demo I tried to remove Buttons Blue Highlight/ Glow on click by using the following CSS roles:
.btn:focus { outline: none;}
.btn:hover { outline: none;}
.btn.active{ outline: none;}
.btn{outline: none;}
But I am still getting a very fast Highlight ONLY at Click time on the button and it disappears very fast after the class is active or have focus. Can you please let me know which portion of CSS is doing this and how I can stop it? Thanks