We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following changes need to be made to the .Link styles:
.Link
font-weight
p .Link
display: inline-block
For links that include leading or trailing icons:
.Link:has(.Icon) { display: inline-flex; align-items: center; gap: var(--space-half); flex-wrap: wrap; }
And remove from a styles from base.css:
a
base.css
Link typography should generally be inheriting styles from css cascading.
The end result should be: All components that appear visually as Links should have a font-weight of 400.
The text was updated successfully, but these errors were encountered:
Please update link style definition to 16px (1rem), 150% line height, weight - regular. This is the same style definition as body default.
Sorry, something went wrong.
orest-s
Successfully merging a pull request may close this issue.
The following changes need to be made to the
.Link
styles:font-weight
p .Link
stylesdisplay: inline-block
For links that include leading or trailing icons:
And remove from
a
styles frombase.css
:font-weight
Link typography should generally be inheriting styles from css cascading.
The end result should be: All components that appear visually as Links should have a font-weight of 400.
The text was updated successfully, but these errors were encountered: