Skip to content

Commit

Permalink
fix(theme-classic): add caret for dropdown on mobile (#7048)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Mar 28, 2022
1 parent 118ca63 commit 37a5dfa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ function DropdownNavbarItemMobile({
})}>
<NavbarNavLink
role="button"
className={clsx('menu__link menu__link--sublist', className)}
className={clsx(
'menu__link menu__link--sublist menu__link--sublist-caret',
className,
)}
{...props}
onClick={(e) => {
e.preventDefault();
Expand Down

0 comments on commit 37a5dfa

Please sign in to comment.