Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgranger committed Nov 29, 2023
1 parent a23ee38 commit d76b0b5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.washingtonpost.com/docs/components/navigation-menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -675,17 +675,17 @@ For submenus containing a large number of links, define a **max-height** and set
<NavigationMenu.Root>
<NavigationMenu.List>
<NavigationMenu.Item>
<NavigationMenu.Trigger asChild icon="left">
<NavigationMenu.Trigger icon="left">
{`Fruit`}
<Icon
label=""
css={{
transition: "transform $fast $inOut",
"[data-state=open] &": { transform: "rotate(-180deg)" },
}}
>
<ChevronDown />
</Icon>
label=""
css={{
transition: "transform $fast $inOut",
"[data-state=open] &": { transform: "rotate(-180deg)" },
}}
>
<ChevronDown />
</Icon>
</NavigationMenu.Trigger>
<NavigationMenu.Content css={{ maxHeight: "130px" }}>
<NavigationMenu.Sub orientation="vertical">
Expand Down

0 comments on commit d76b0b5

Please sign in to comment.