commercetools / sunrise-spa

SUNRISE shop template as a single-page application
https://sunrise-spa.now.sh
Apache License 2.0
51 stars 78 forks source link

Menu for narrow screen opens on hover #170

Closed harm-meijer closed 4 years ago

harm-meijer commented 4 years ago

When the screen is narrow enough (mobile view) a hamburger button appears that will open a menu.

The sub items of this menu will open on hover but in the original demo you have to click on the sub item to toggle open and close.

Clicking on the + button will close a sub menu but won't open it (in an opened menu the + does not change to -).

Clicking on a link won't close the menu, this would cause the menu to close in the original demo because it cases the page to reload but the new demo is a single page application so script should take care of this.

harm-meijer commented 4 years ago

New design will address this.