Taste Umgebung entfernen
/* Removing the Outline Surroundings of a Button. Replace the "input" with your button #id / .class name */
input:focus{
outline: none;
}
CrawlingTug