-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix hover effect on Log in and Sign up nav items #1085
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
Conversation
Apologies for the weird commit history, had trouble with Git... The unequal spacing was caused by a margin that was originally placed on all nav items seemingly to make the dropdowns and spacing look nicer. However, since Log in and Sign up are a bit different from the left nav bar, I just deleted the margin placed on all nav items, and added a margin to the dropdown triangles (which will only affect the necessary nav items). Please let me know if there are any other issues. |
My new commit doesn't weirdly add a button in the Link element anymore. The hover effect I added to all nav__item-headers is a bit redundant because right above it there is something similar for the left nav, but I don't see any other option. I also removed the nav__item class on the right nav li elements, because if you keep that class, then there is the same problem from #908 where the hover effect is applied but the link is not clickable yet. Please let me know if you want anything changed! |
there's something funky happening with the git history on this branch... |
Apologies once again... Everything should be fixed, so please let me know if anything else is wrong. I appreciate you dealing with this inefficiency, I'm learning a lot... |
@shanrauf no worries! |
this is working great for me. thanks for working on this! |
* Fix hover effect on Log in and Sign up nav items * Fix Login and Signup unequal spacing * Fix HTML syntax and right nav__item-header hover
* Fix hover effect on Log in and Sign up nav items * Fix Login and Signup unequal spacing * Fix HTML syntax and right nav__item-header hover
* Fix hover effect on Log in and Sign up nav items * Fix Login and Signup unequal spacing * Fix HTML syntax and right nav__item-header hover
I have verified that this pull request:
npm run lint
)Applies fixes from #908 to "Log in" and "Sign up"