forked from 13glovera/devosan
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miniature Navigation bar does not close after clicking a link #5
Labels
Comments
This probably require some js that is listing for an onclick of each of the links that closes it. |
sigonasr2
referenced
this issue
in sigonasr2/dev-osan.github.io
May 7, 2019
…inks stand out more with bolding and underlining. Created script to collapse menu. This is a fix for Issue #5
This was referenced May 7, 2019
Reference this Vuejs code (func mobileMenu) as example to toggle the nav. |
Pull Request #18 resolves this issue. |
kevinfalting
pushed a commit
that referenced
this issue
May 28, 2019
…inks stand out more with bolding and underlining. Created script to collapse menu. This is a fix for Issue #5
kevinfalting
pushed a commit
that referenced
this issue
May 28, 2019
kevinfalting
added a commit
that referenced
this issue
May 28, 2019
Created script to collapse menu. This is a fix for Issue #5 This looks great, the only thing I found was the logo that links to the top of the page isn't closing the drawer. We'll open a separate issue for it though. Thanks for the hard work!
The logo that links to the top of the page isn't closing the drawer, follow the same logic as the rest of the nav links. |
kevinfalting
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
May 28, 2019
kevinfalting
pushed a commit
that referenced
this issue
May 28, 2019
Created script to collapse menu. This is a fix for Issue #5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The miniature pull-down navigation bar does not close once a link has been clicked. This means the user has to close it manually after selecting an option.
The small and larger versions of the navigation bar do not have this issue as they do not close/open.
The text was updated successfully, but these errors were encountered: