[
https://issues.apache.org/jira/browse/CAMEL-15371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176204#comment-17176204
]
ASF GitHub Bot commented on CAMEL-15371:
----------------------------------------
AemieJ commented on pull request #452:
URL: https://github.com/apache/camel-website/pull/452#issuecomment-672763684
@zregvart alright I got your concern about it but with those changes, it
looks messy in chrome browser, I found a method using background-image and
linear-gradient on the CSS tricks site.
```
background-image: linear-gradient(to right, #583ac2 50%, transparent 50%);
background-position: 0 1.1em;
background-repeat: repeat-x;
background-size: 7px 1px;
```
If it's okay with you, I will implement it in this manner, it will create a
neater effect of underline on each browser.

----------------------------------------------------------------
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)