Skip to content

Commit

Permalink
fix(menu): #17 - menu not closing after clicking to open a page on a …
Browse files Browse the repository at this point in the history
…new tab
  • Loading branch information
Nebulis committed Oct 20, 2019
1 parent 3b1db70 commit 7f69a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/layout/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export const Menu: FunctionComponent<HTMLAttributes<any>> = ({ className }) => {
}
ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
visibility: visible;
Expand Down

0 comments on commit 7f69a74

Please sign in to comment.