From d9984b28f7d01da0f9d8f0afd5b6f0edf35823c2 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 13 Nov 2022 22:42:30 +0100 Subject: [PATCH] feat: move link color location together --- src/components/home/navigation.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/home/navigation.vue b/src/components/home/navigation.vue index 370b3d63e..170ffd36b 100644 --- a/src/components/home/navigation.vue +++ b/src/components/home/navigation.vue @@ -332,13 +332,6 @@ $vikunja-nav-selected-width: 0.4rem; } } - .menu-label, - .nsettings, - .menu-list .list-menu-link, - .menu-list a { - color: $vikunja-nav-color; - } - .menu-list { li { height: 44px; @@ -377,6 +370,7 @@ $vikunja-nav-selected-width: 0.4rem; .list-menu-link, li > a { + color: $vikunja-nav-color; padding: 0.75rem .5rem 0.75rem ($navbar-padding * 1.5 - 1.75rem); transition: all 0.2s ease;