You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b-dropdown-item :to="...">Text</b-dropdown-item> renders <a href="..." class="dropdown-item btn btn-secondary" role="menuitem" target="_self">Text</a>. The problem is btn btn-secondary classes. This causes .btn.focus BS4 selector to kick in and results in an ugly border being added to menu item on hover. This does not look correct. When using <b-dropdown-item :href="..."> those classes are not rendered.