Hey there,
Please add the code below in your Appearance > Customize > Custom > CSS.
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
outline: none;
}
Hope that helps. 🙂