Hi There,
Try adding the following CSS under Customizer > Custom > Edit Global CSS:
a:focus,
a.x-btn:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="checkbox"]:focus,
input[type="button"]:focus {
outline: none !important;
}
Hope it helps.