-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: complete UIO implementation (resolves #149) #150
Conversation
@chosww this PR is ready for review. Note we removed the ToC preference because most of the pages already include something like that. |
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.
Other than the link text decoration issue I found, things are working as expected.
src/assets/styles/base/_base.css
Outdated
font-weight: var(--font-weight-semibold); | ||
font-size: var(--fl-enhance-font-size); | ||
font-weight: var(--fl-enhance-font-weight, var(--font-weight-semibold)); | ||
text-decoration: var(--fl-enhance-text-decoration); |
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.
This causes link underlines to not appear when enhanced-input is turned off.
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.
Thanks for catching this. I've pushed up a fix.
Resolves #149