# HG changeset patch # User Markus Kottlaender # Date 1551345501 -3600 # Node ID b72d3da6409c05ea6c8255cf308e8c59980817ed # Parent ef928c63388aea3a3ad4358bf8efb89cddbedc94 client: fixed indicator style in sidebar menu when menu item is active diff -r ef928c63388a -r b72d3da6409c client/src/components/Sidebar.vue --- a/client/src/components/Sidebar.vue Thu Feb 28 08:37:41 2019 +0100 +++ b/client/src/components/Sidebar.vue Thu Feb 28 10:18:21 2019 +0100 @@ -257,9 +257,13 @@ .indicator { left: auto; right: 10px; - top: 10px; + top: 12px; border-radius: 0.25rem; } + &.router-link-exact-active .indicator { + background: #fff; + color: #333; + } } .menu a svg path {