[
https://issues.apache.org/jira/browse/CAMEL-15371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17175211#comment-17175211
]
ASF GitHub Bot commented on CAMEL-15371:
----------------------------------------
AemieJ commented on a change in pull request #452:
URL: https://github.com/apache/camel-website/pull/452#discussion_r468314821
##########
File path: antora-ui-camel/src/css/doc.css
##########
@@ -149,6 +149,16 @@
.doc a {
color: var(--link-font-color);
word-break: break-word;
+ text-decoration: underline;
+ text-underline-position: under;
Review comment:
You require this particular line so that there is a minimum distance
between the underline and the text.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Underline links
> ---------------
>
> Key: CAMEL-15371
> URL: https://issues.apache.org/jira/browse/CAMEL-15371
> Project: Camel
> Issue Type: Improvement
> Components: website
> Reporter: Zoran Regvart
> Priority: Minor
> Attachments: list-style.png
>
>
> I think links should be underlined by default, this is recommended by [W3
> accessibility
> guidelines|https://www.w3.org/WAI/WCAG21/Techniques/general/G183]. Links that
> resemble buttons should not be underlined.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)