fix: esconder seta dos triggers para alinhar com links simples

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-02-22 22:26:25 +00:00
parent 7064351845
commit 8d3bdb53b5

View File

@@ -45,7 +45,7 @@ const linkBase =
const linkIdle = "text-foreground/70 hover:text-foreground hover:underline";
const linkActive = "text-primary";
// NavigationMenuTrigger override: remove backgrounds, keep underline style
// NavigationMenuTrigger override: remove backgrounds, keep underline style, hide arrow
const triggerClass = [
"text-foreground/70!",
"bg-transparent!",
@@ -58,6 +58,7 @@ const triggerClass = [
"data-[state=open]:text-foreground!",
"data-[state=open]:underline!",
"px-3!",
"[&>svg]:hidden",
].join(" ");
function SimpleNavLink({