While trying to override Bootstrap styles, I encountered a problem. Whenever the user presses a primary button
<button class="btn btn-primary">Test</button>
An annoying blue outline appears and I can't seem to remove it. I attempted to override the class:
.btn:focus {
outline: none;
}
Unfortunately, no matter what I try, that stubborn blue outline persists. As a CSS newbie, I'm having trouble locating where this style is declared.
https://i.stack.imgur.com/i8fKJ.png
P.S. In case it makes a difference, I am using Chrome browser version 56.