-
Notifications
You must be signed in to change notification settings - Fork 6
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
Navigation bar update #157
Conversation
- add transition on hover - add a different styling for this github button than other buttons - add border
- issue: when a button is clicked there was a blue outline - changes: declared box shadow as none for buttons
- added box-shadow: none; to the hamburger styling
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.
Great work, Audrey!
Few things that I noticed:
- There is a lot of spacing between the buttons for acm website, projects, contribute, and github on the nav bar. Would be great if we can reduce it.
- The blue border appears around the hamburger icon when it is clicked. Can we remove that using another
box-shadow: none
? - The button for GitHub is a bit too rounded right now. I think it'd help to reduce the roundness. You can use the button that appears on clicking the hamburger icon as reference for this.
Also, can you update the pull request description to link the issue it resolves? Thanks!
I think once we have these down, we can merge this branch!
- make spacing smaller - make spacing between github button and other buttons more consistent
…ensource into navigation-bar-update
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.
LGTM
Changes
Old open source nav bar
ACM Website nav bar
Code