fix megamenu on hover for yellow background

This commit is contained in:
Ludovic CANDELLIER
2023-02-12 00:11:25 +01:00
parent cafd0a49e7
commit 8313e25f2e
2 changed files with 10 additions and 6 deletions

View File

@@ -5,6 +5,6 @@
</strong><br>
@foreach ($menu_children['children'] ?? [] as $leaf)
<a class="green-dark @if (($category['id'] ?? false) == $leaf['id']) active @endif" href="{{ route('Shop.Categories.show', ['id' => $leaf['id']]) }}">
{{ $leaf['name'] }}
</a><br>
<div class="w-100">{{ $leaf['name'] }}</div>
</a>
@endforeach