summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-20 17:27:24 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-20 17:27:24 +0300
commitd63031b978973854fb24a019ac2462125740a083 (patch)
tree3a02a229bec9fcc4349bcc0dd4d64b7708348285 /src/components
parent2581c2ae3ea819fa54841560f976362877a8c213 (diff)
parent039e9bffd4e29ad2f57130860e7eac04743d0d42 (diff)
downloadwebui-vue-d63031b978973854fb24a019ac2462125740a083.tar.xz
Merge branch 'sila-ui' into processor-chart
Diffstat (limited to 'src/components')
-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);