style(header): highlightCurrentMenuArea in desktop menu (#2381)

This commit is contained in:
ZhenShuo Leo
2025-07-30 15:09:43 +08:00
parent ec912c4a92
commit da9eb9da47
@@ -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" }}