[ad_1]
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
[ad_2]
solved Dotted border around link?
[ad_1]
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
[ad_2]
solved Dotted border around link?