From f11eeb6dce8c23c581123f6ecf27866d8fd80e71 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Sat, 13 Nov 2021 22:53:34 +0000 Subject: [PATCH] Fix embeded logo inheriting bulma navbar hover styles --- src/components/home/topNavigation.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/home/topNavigation.vue b/src/components/home/topNavigation.vue index 3634f4772..20e99c49a 100644 --- a/src/components/home/topNavigation.vue +++ b/src/components/home/topNavigation.vue @@ -146,6 +146,11 @@ $vikunja-nav-logo-full-width: 164px; display: none; color: var(--logo-text-color); + &:hover, &:focus { + background-color: transparent; + color: var(--primary); + } + @media screen and (min-width: $tablet) { align-self: stretch; display: flex;