In Firefox this is one of the defaults style, having a dotted lines around the links to be able to remove this you just set the link outline to none in your css.
You can specify what state of the link will border not occur.
a, a:visited, a:focus, a:active, a:focus{
outline: none
}
