Reputation: 3820
Ok, I've tried all 3 solutions, still not working, wondering if it is over written somewhere else, using Bootstrap 3.0. Seems so simple, yet driving me a bit bonkers.
:focus { -moz-outline-style: none; }
* { outline: none; }
3.
img {
border:0;
outline:none;
}
None of these solutions seem to be working.
Upvotes: 0
Views: 60
Reputation: 1162
in file bootstrap.min.cs
s comment
a:focus {
outline: thin dotted;
}
Upvotes: 1