mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Display all links when hovering the page in devel-docs (thanks @ewiner @harding) (fixes #528)
This commit is contained in:
parent
fa81ee46be
commit
b7ac999a23
1 changed files with 8 additions and 8 deletions
|
@ -764,20 +764,20 @@ table td,table th{
|
||||||
.toccontent a.auto-link:visited{
|
.toccontent a.auto-link:visited{
|
||||||
color:#646464;
|
color:#646464;
|
||||||
}
|
}
|
||||||
.toccontent p:hover a.auto-link:link,
|
.toccontent:hover a.auto-link:link,
|
||||||
.toccontent p:hover a.auto-link:visited{
|
.toccontent:hover a.auto-link:visited{
|
||||||
color:#2c6fad;
|
color:#2c6fad;
|
||||||
}
|
}
|
||||||
.toccontent p:hover a.auto-link:link:hover,
|
.toccontent:hover a.auto-link:link:hover,
|
||||||
.toccontent p:hover a.auto-link:visited:hover{
|
.toccontent:hover a.auto-link:visited:hover{
|
||||||
color:#63a4e1;
|
color:#63a4e1;
|
||||||
}
|
}
|
||||||
.toccontent a:link.term,
|
.toccontent a:link.term,
|
||||||
.toccontent a:visited.term,
|
.toccontent a:visited.term,
|
||||||
.toccontent p:hover a.auto-link.term:link,
|
.toccontent:hover a.auto-link.term:link,
|
||||||
.toccontent p:hover a.auto-link.term:visited,
|
.toccontent:hover a.auto-link.term:visited,
|
||||||
.toccontent p:hover a.auto-link.term:link:hover,
|
.toccontent:hover a.auto-link.term:link:hover,
|
||||||
.toccontent p:hover a.auto-link.term:visited:hover{
|
.toccontent:hover a.auto-link.term:visited:hover{
|
||||||
color:#000;
|
color:#000;
|
||||||
}
|
}
|
||||||
.toccontent a.term:link code,
|
.toccontent a.term:link code,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue