-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Misc] Footer: remove Join Us! highlight and all button links underline on hover #43
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Did a quick test locally, and yeah hover
over the links no longer renders an underline, and that doesn't seem to be a desired effect in the Figma, so this looks good to me!
I wanted to note that I committed 1bf8926 because I noticed originally the className
of footer__button--highlight
was removed in the first commit, but then checking the Figma design, it looks like the Join Us
link should be distinctly rendered:
So my commit addresses this, I will let someone else review this PR since I have a code change in now too
@Unknown-0perator do you mind reviewing and approving this PR?
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.
@CorreyL, I agree, but I just want to confirm with @SherryW14. If it is not the hover state, it would be better to remove lines 73 to 75
Thanks @CorreyL and @Unknown-0perator for looking at it. |
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.
Please remove lines 73 to 75 (Sherry's comment) from #35 (comment); we don't need the hover state. Also, change "About" to "Get Engaged!"
Thanks!
text-decoration is set to none by default, so no need to specify the hover selector
Hover selector removed in e7f8496
Are we certain that I replaced |
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.
Thank you @CorreyL, you are right it is Join Us not About
I removed the highlight className from
Join Us!
button and made all buttontext-decoration: none
on hover in the footer