From b7ac999a231ea9986c0b88bd8cc5ea808b7dd941 Mon Sep 17 00:00:00 2001 From: Saivann Date: Fri, 22 Aug 2014 12:14:29 -0400 Subject: [PATCH] Display all links when hovering the page in devel-docs (thanks @ewiner @harding) (fixes #528) --- _less/screen.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index a143d6c9..b86f169a 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -764,20 +764,20 @@ table td,table th{ .toccontent a.auto-link:visited{ color:#646464; } -.toccontent p:hover a.auto-link:link, -.toccontent p:hover a.auto-link:visited{ +.toccontent:hover a.auto-link:link, +.toccontent:hover a.auto-link:visited{ color:#2c6fad; } -.toccontent p:hover a.auto-link:link:hover, -.toccontent p:hover a.auto-link:visited:hover{ +.toccontent:hover a.auto-link:link:hover, +.toccontent:hover a.auto-link:visited:hover{ color:#63a4e1; } .toccontent a:link.term, .toccontent a:visited.term, -.toccontent p:hover a.auto-link.term:link, -.toccontent p:hover a.auto-link.term:visited, -.toccontent p:hover a.auto-link.term:link:hover, -.toccontent p:hover a.auto-link.term:visited:hover{ +.toccontent:hover a.auto-link.term:link, +.toccontent:hover a.auto-link.term:visited, +.toccontent:hover a.auto-link.term:link:hover, +.toccontent:hover a.auto-link.term:visited:hover{ color:#000; } .toccontent a.term:link code,