summaryrefslogtreecommitdiff
path: root/src/components/_sila/AppNavigation
diff options
context:
space:
mode:
authorAnna Tsyganova <ATSyganova@IBS.RU>2022-07-20 15:02:32 +0300
committerAnna Tsyganova <ATSyganova@IBS.RU>2022-07-20 15:02:32 +0300
commit0633393dfe9e757c540fa2064ae78e6532cec484 (patch)
tree446cdd70c1d515dbf48b099e9be96143d8573eda /src/components/_sila/AppNavigation
parentbdb2a64255df31eb332eedaef9e1d2aad67e7383 (diff)
downloadwebui-vue-0633393dfe9e757c540fa2064ae78e6532cec484.tar.xz
SILABMC-191: Remove Icon in left menu
Diffstat (limited to 'src/components/_sila/AppNavigation')
-rw-r--r--src/components/_sila/AppNavigation/AppNavigation.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/_sila/AppNavigation/AppNavigation.vue b/src/components/_sila/AppNavigation/AppNavigation.vue
index 6f5dfa23..a03a1cd0 100644
--- a/src/components/_sila/AppNavigation/AppNavigation.vue
+++ b/src/components/_sila/AppNavigation/AppNavigation.vue
@@ -11,7 +11,6 @@
:to="navItem.route"
:data-test-id="`nav-item-${navItem.id}`"
>
- <component :is="navItem.icon" />
{{ navItem.label }}
</b-nav-item>
@@ -22,7 +21,6 @@
variant="link"
:data-test-id="`nav-button-${navItem.id}`"
>
- <component :is="navItem.icon" />
{{ navItem.label }}
<icon-expand class="icon-expand" />
</b-button>
@@ -211,6 +209,7 @@ svg {
left: 0;
z-index: $zindex-fixed;
overflow-y: auto;
+ background-color: $white;
transform: translateX(-$navigation-width);
transition: transform $exit-easing--productive $duration--moderate-02;
border-right: 1px solid theme-color-level('light', 2.85);