This would remove it for all items that receive focus.
/* remember to define focus styles! */
:focus {
***outline: 0;
}
Of course, if you want it on, you'll have to turn it on for the given element.
And if you just want to remove the border from the anchor tag only, try this:
a:focus {...