-
Notifications
You must be signed in to change notification settings - Fork 154
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
Adding mobile collapsible nav for multipage links #744
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good just needs a tiny CSS improvement.
align-items: center; | ||
} | ||
|
||
.expander { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure the cursor is set to pointer
on hover.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* multinav basics * nav open/close * adding chevron expander * compressing svg * margin tweak * cursor for all buttons
* multinav basics * nav open/close * adding chevron expander * compressing svg * margin tweak * cursor for all buttons
Related to #712