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 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/components/_sila') 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); -- cgit v1.2.3