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/14 19:12:06 UTC

[GitHub] [camel-website] zregvart commented on a change in pull request #461: fix: remove underline for logos

zregvart commented on a change in pull request #461:
URL: https://github.com/apache/camel-website/pull/461#discussion_r470819083



##########
File path: antora-ui-camel/src/css/docs.css
##########
@@ -34,6 +34,11 @@
   margin: 1.5rem;
 }
 
+.section .logo a,
+.camel-project .logo a {
+  background: none;
+}

Review comment:
       I'm sure we'll forget to wrap the link with image in a `<div class="logo">`, I think we could use `:only-child` CSS selector so we don't have to, something like `a img:only-child` instead.




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