From f12076965d2b0984fcffff061be2bc461971a803 Mon Sep 17 00:00:00 2001 From: Anna Tsyganova Date: Tue, 19 Jul 2022 16:22:03 +0300 Subject: SILABMC-191: Fix displaying of left menu --- src/components/_sila/AppNavigation/AppNavigation.vue | 9 ++++++++- src/locales/en-US.json | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/_sila/AppNavigation/AppNavigation.vue b/src/components/_sila/AppNavigation/AppNavigation.vue index acfabe76..6f5dfa23 100644 --- a/src/components/_sila/AppNavigation/AppNavigation.vue +++ b/src/components/_sila/AppNavigation/AppNavigation.vue @@ -111,9 +111,13 @@ svg { list-style: none; padding-left: 0; margin-left: 0; + background-color: $gray-5; .nav-item { outline: none; + & > a { + border-bottom: 1px solid $gray-20; + } } .nav-link { @@ -195,6 +199,10 @@ svg { } } +.nav-item > button { + border-bottom: 1px solid $gray-20; +} + .nav-container { position: fixed; width: $navigation-width; @@ -203,7 +211,6 @@ svg { left: 0; z-index: $zindex-fixed; overflow-y: auto; - background-color: theme-color('light'); transform: translateX(-$navigation-width); transition: transform $exit-easing--productive $duration--moderate-02; border-right: 1px solid theme-color-level('light', 2.85); diff --git a/src/locales/en-US.json b/src/locales/en-US.json index e43167c6..6e1f6f76 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -98,6 +98,7 @@ "titleRefresh": "Refresh application data" }, "appNavigation": { + "system":"System", "resourceManagement": "Resource management", "securityAndAccess": "Security and access", "sessions": "@:appPageTitle.sessions", -- cgit v1.2.3