You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/08/12 09:28:41 UTC

[GitHub] [camel-website] AemieJ commented on pull request #452: CAMEL-15371: underline links

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. 
   ![underline-link](https://user-images.githubusercontent.com/44139348/89999311-3e8af080-dcac-11ea-9709-038102702239.png)
   


----------------------------------------------------------------
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:
users@infra.apache.org