Skip to content

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

Merged
merged 2 commits into from
Oct 6, 2022
Merged

Conversation

joshuaellis
Copy link
Contributor

What does it do?

Specifically targets the Typography class nested in the Link component

Why is it needed?

Styles applied for hover and active were not affecting the text color accurately.

Related issue(s)/PR(s)

CONTENT-477

@joshuaellis joshuaellis added the pr: fix This PR is fixing a bug label Oct 6, 2022
@vercel
Copy link

vercel bot commented Oct 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
design-system ✅ Ready (Inspect) Visit Preview Oct 6, 2022 at 9:52AM (UTC)
design-system-website ✅ Ready (Inspect) Visit Preview Oct 6, 2022 at 9:52AM (UTC)

Copy link
Contributor

@maevalienard maevalienard left a 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 {
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

@ronronscelestes ronronscelestes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (the transition ❤️)

@joshuaellis joshuaellis merged commit 6875559 into main Oct 6, 2022
@joshuaellis joshuaellis deleted the fix/link-styles branch October 6, 2022 10:19
@joshuaellis joshuaellis modified the milestones: 1.2.5, 1.2.6 Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: fix This PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants