Merge pull request #2389 from ZhenShuo2021/style/menu-active

💄 Style(header): nested desktop menu not highlighted
This commit is contained in:
Nuno C.
2025-08-03 01:45:00 +01:00
committed by GitHub
@@ -14,7 +14,9 @@
{{ end }} {{ end }}
class="text-base font-medium text-gray-500 hover:text-primary-600 dark:hover:text-primary-400" class="text-base font-medium text-gray-500 hover:text-primary-600 dark:hover:text-primary-400"
title="{{ .Title }}"> title="{{ .Title }}">
{{ .Name | markdownify }} <p>
{{ .Name | markdownify }}
</p>
</a> </a>
<span> <span>
{{ partial "icon.html" "chevron-down" }} {{ partial "icon.html" "chevron-down" }}