Im using this
*{
outline: none;
box-shadow: none;
}
.dropdown-menu:focus {
outline: none;
}
one caveat, this will not work if placed in a Vue component's scoped style. You must use a deep selector, or place this in a non-scoped style block.