[
https://issues.apache.org/jira/browse/CAMEL-15371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176119#comment-17176119
]
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_r469069517
##########
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:
Thickness feature isn't present for chrome browser and the dotted style
looks inconsistent. Either we just not include under or we include it. It's
best to keep it simple. Or I could use the `border-bottom` property.
----------------------------------------------------------------
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)