That’s the focus
state. Try to add this:
a:focus {
outline: none;
}
Or if that element isn’t a real link, but for example just an li
, make that
li:focus {
outline: none;
}
1
solved Dotted border around link?
That’s the focus
state. Try to add this:
a:focus {
outline: none;
}
Or if that element isn’t a real link, but for example just an li
, make that
li:focus {
outline: none;
}
1
solved Dotted border around link?