Skip to content
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

Anchor tags should not use an explicit font size #1134

Closed
theadamparker opened this issue Feb 17, 2023 · 0 comments · Fixed by #1135
Closed

Anchor tags should not use an explicit font size #1134

theadamparker opened this issue Feb 17, 2023 · 0 comments · Fixed by #1135
Assignees
Labels
bug Something isn't working

Comments

@theadamparker
Copy link
Contributor

Currently <a> tags set an explicit font size intended to match paragraph font size in the design system. However this poses issues when the stylesheet is applied to content not built with the design system (e.g. Exposure) and shouldn't be a requirement.

Suggested fix is to remove the font-size declaration here. This will require regression testing to ensure there are no unintended changes.

Screen Shot 2023-02-17 at 2 24 19 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants