-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat: theme add links textDecoration options #1599
feat: theme add links textDecoration options #1599
Conversation
README.md
Outdated
@@ -292,7 +292,10 @@ You can use all of the following options with standalone version on <redoc> tag | |||
* `links` | |||
* `color`: # COMPUTED: colors.primary.main | |||
* `visited`: # COMPUTED: typography.links.color | |||
* `hover`: # COMPUTED: lighten(0.2 typography.links.color) | |||
* `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.
I would not make a breaking change, instead I would add hoverTextDecoration
and textDecoration
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.
Left a small suggestion.
Thanks for contribution and sorry for long reply 🙈
@imagoiq Hi! Sorry for the huge delay. Thank you for your contribution to redoc 😄 |
Add options to define textDecoration for standard links or on hover.
Breaking change: