I\'ve tried the solutions presented in the following questions to no avail:
Remove blue border from css custom-styled button in Chrome
How to remove the blue box
I think you can do this setting the outline of the element to none.
.element { outline: none; }