diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue index 6bdafa0e9..35df42b2b 100644 --- a/js/src/components/NavBar.vue +++ b/js/src/components/NavBar.vue @@ -188,5 +188,9 @@ nav { .navbar-item.has-dropdown a.navbar-link figure { margin-right: 0.75rem; } + + a.navbar-item:focus-within { + background-color: inherit; + } }