Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
a:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="checkbox"]:focus {
outline: none !important;
}
Hope this helps.
Cheers!