From 44c31f38c554c9f9575ab933edeb4359e40fa67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Tue, 27 Jun 2023 14:47:52 +0200 Subject: [PATCH] Adjust Sidebar nav items styles --- .../components/navigation/CSidebarNavItems.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/vue/src/components/navigation/CSidebarNavItems.vue b/lib/vue/src/components/navigation/CSidebarNavItems.vue index cf5f2d3db..4ee658268 100644 --- a/lib/vue/src/components/navigation/CSidebarNavItems.vue +++ b/lib/vue/src/components/navigation/CSidebarNavItems.vue @@ -7,6 +7,7 @@ class="w-100 text-dark text-decoration-none p-0 pt-2 nav-item" active-class="nav-active" exact-active-class="nav-active" + :title="page.title" :to="{ name: page.name || defaultRouteName, params }" > {{ page.title }} - +