-
Notifications
You must be signed in to change notification settings - Fork 187
fix: link active & hover not affecting Typography #712
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
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.
Everything looks good to me except the icon part that Julie already mentioned 👌 Great job and thanksss
color: currentColor; | ||
} | ||
|
||
&: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.
Do you think we should add &:focus
too?
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.
Already taken care of by buttonFocusStyle
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 (the transition ❤️)
What does it do?
Specifically targets the
Typography
class nested in theLink
componentWhy is it needed?
Styles applied for
hover
andactive
were not affecting the text color accurately.Related issue(s)/PR(s)
CONTENT-477