mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add contextual link to source file on GitHub in devel-doc (thanks @icook @harding)
This commit is contained in:
parent
e29104fb82
commit
7a6484fc21
7 changed files with 159 additions and 5 deletions
|
@ -743,6 +743,9 @@ table td,table th{
|
|||
.toc ul.reportissue li{
|
||||
background:url(/img/mini_ico_report.svg) no-repeat 0 3px;
|
||||
}
|
||||
.toc ul.editsource li{
|
||||
background:url(/img/mini_ico_rev.svg) no-repeat 0 3px;
|
||||
}
|
||||
.toc a,
|
||||
.toc a:link,
|
||||
.toc a:active,
|
||||
|
@ -818,6 +821,11 @@ table td,table th{
|
|||
margin:0;
|
||||
overflow-y:visible;
|
||||
}
|
||||
.toccontent .sourcefile{
|
||||
width:0;
|
||||
height:0;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.anchorAf{
|
||||
position:relative;
|
||||
|
@ -2174,10 +2182,9 @@ h2 .rssicon{
|
|||
.toc ul li ul li a.active:before{
|
||||
content:"";
|
||||
}
|
||||
.toc ul.goback li{
|
||||
background:none;
|
||||
}
|
||||
.toc ul.reportissue li{
|
||||
.toc ul.goback li,
|
||||
.toc ul.reportissue li,
|
||||
.toc ul.editsource li{
|
||||
background:none;
|
||||
}
|
||||
.toccontent{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue