From 6bd0fc15acc40aa335ba8c4e3962c1e4994daca7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 11 Oct 2019 15:07:34 +0200 Subject: [PATCH] Fix logo background on click Signed-off-by: Thomas Citharel --- js/src/components/NavBar.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue index 6bdafa0e..35df42b2 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; + } }