As you can see
I want to somehow remove the dotted lines after the button has been clicke
use the below code
a:active { outline: none; }
try for other browsers also
a:focus { -moz-outline-style: none; } a:focus { outline:none }