From ec6d01f7a56c7c998b5ba3db243a3d6d8d4946fd Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Tue, 1 Dec 2020 14:31:50 +0100 Subject: [PATCH] better indication of what item is selected in the menu --- src-ui/src/app/components/app-frame/app-frame.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index 87dcb8fe3..5ace8a2ff 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -50,6 +50,7 @@ .sidebar .nav-link.active { color: $primary; + font-weight: bold; } .sidebar .nav-link:hover .sidebaricon,