From ab8dd6f67abcc0c506cd1cc9ff4f6ce3c5bdcb00 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 4 Mar 2020 21:43:11 +0100 Subject: [PATCH] Fix not highlighting the current list in menu when paginating --- src/styles/theme/navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index 1039b1e33..19a02db75 100644 --- a/src/styles/theme/navigation.scss +++ b/src/styles/theme/navigation.scss @@ -185,7 +185,7 @@ padding-right: 0.5em; } - &.router-link-exact-active { + &.router-link-active { color: $primary; border-left: $vikunja-nav-selected-width solid darken($primary, 5%); .icon {