You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/08/15 10:36:08 UTC

[camel-website] branch master updated: fix: confine the glow only to significant links

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 60ff2f1  fix: confine the glow only to significant links
60ff2f1 is described below

commit 60ff2f1a5d3819c581446488ffd596396f32b50f
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Aug 15 12:36:04 2019 +0200

    fix: confine the glow only to significant links
---
 antora-ui-camel/src/css/frontpage.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/css/frontpage.css b/antora-ui-camel/src/css/frontpage.css
index b993941..cfad94e 100644
--- a/antora-ui-camel/src/css/frontpage.css
+++ b/antora-ui-camel/src/css/frontpage.css
@@ -28,7 +28,6 @@ header.frontpage p {
 .frontpage a:hover {
   color: var(--color-white);
   text-decoration: none;
-  box-shadow: 0 0 1.5rem var(--color-glow);
 }
 
 .frontpage a:active {
@@ -50,6 +49,7 @@ header.frontpage p {
 
 .frontpage a.significant:hover {
   color: var(--color-white);
+  box-shadow: 0 0 1.5rem var(--color-glow);
 }
 
 .frontpage a.significant:active {