forked from git.gladyson/openmonetis
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:
@@ -45,7 +45,7 @@ const linkBase =
|
|||||||
const linkIdle = "text-foreground/70 hover:text-foreground hover:underline";
|
const linkIdle = "text-foreground/70 hover:text-foreground hover:underline";
|
||||||
const linkActive = "text-primary";
|
const linkActive = "text-primary";
|
||||||
|
|
||||||
// NavigationMenuTrigger override: remove backgrounds, keep underline style
|
// NavigationMenuTrigger override: remove backgrounds, keep underline style, hide arrow
|
||||||
const triggerClass = [
|
const triggerClass = [
|
||||||
"text-foreground/70!",
|
"text-foreground/70!",
|
||||||
"bg-transparent!",
|
"bg-transparent!",
|
||||||
@@ -58,6 +58,7 @@ const triggerClass = [
|
|||||||
"data-[state=open]:text-foreground!",
|
"data-[state=open]:text-foreground!",
|
||||||
"data-[state=open]:underline!",
|
"data-[state=open]:underline!",
|
||||||
"px-3!",
|
"px-3!",
|
||||||
|
"[&>svg]:hidden",
|
||||||
].join(" ");
|
].join(" ");
|
||||||
|
|
||||||
function SimpleNavLink({
|
function SimpleNavLink({
|
||||||
|
|||||||
Reference in New Issue
Block a user