1
You can use the css Focus event to take some attribute out of your element, in which case you will need to remove Outline from it as follows:
ELEMENTO:focus{
outline: none;
}
Simply replace the ELEMENT text with the item selector you want to remove the attribute from