Skip to content
Snippets Groups Projects
Commit 7258509a authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

remove chevrons from list-group-items hat are not in the menu

parent a9205912
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ thead.sortable th {
}
}
div {
.menu-item {
transition: left 0.3s ease-in-out;
left: 0;
......
......@@ -10,7 +10,7 @@
v-for="item in menu.items"
:key="item.path"
@click.native="toggleMenu()">
<div class="position-relative py-2">{{ $t(item.title) }}</div>
<div class="menu-item position-relative py-2">{{ $t(item.title) }}</div>
</NuxtLink>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment