It’s true that you don’t see the blue border anymore because I removed every single of them with css. What I’m looking for is a way to remove all blue borders around active menu entries with one code entry. The way I remove them in the moment is i.e.
/* keine blauer Rand um Search-Box beim Anklicken */
.tribe-common-c-btn.tribe-events-c-search__button {
outline-color: white !important;
}
/* kein blauer Rand bei Datumsauswahl */
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus
{
outline: white;
}
Thanks and greetings – Georg