| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 40e4632 commit 8c569ce
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -681,11 +681,6 @@ kbd { | |||
| 681 | 681 | visibility: hidden; | |
| 682 | 682 | } | |
| 683 | 683 | ||
| 684 | - .github_icon { | ||
| 685 | - vertical-align: middle; | ||
| 686 | - margin: -2px 3px 0 0; | ||
| 687 | - } | ||
| 688 | - | ||
| 689 | 684 | /* API reference sidebar */ | |
| 690 | 685 | @media only screen and (min-width: 1025px) { | |
| 691 | 686 | .apidoc #column2 > .line { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -497,8 +497,6 @@ function altDocs(filename, docCreated, versions) { | |||
| 497 | 497 | ` : ''; | |
| 498 | 498 | } | |
| 499 | 499 | ||
| 500 | - // eslint-disable-next-line max-len | ||
| 501 | - const githubLogo = '<span class="github_icon"><svg height="16" width="16" viewBox="0 0 16.1 16.1" fill="currentColor"><path d="M8 0a8 8 0 0 0-2.5 15.6c.4 0 .5-.2.5-.4v-1.5c-2 .4-2.5-.5-2.7-1 0-.1-.5-.9-.8-1-.3-.2-.7-.6 0-.6.6 0 1 .6 1.2.8.7 1.2 1.9 1 2.4.7 0-.5.2-.9.5-1-1.8-.3-3.7-1-3.7-4 0-.9.3-1.6.8-2.2 0-.2-.3-1 .1-2 0 0 .7-.3 2.2.7a7.4 7.4 0 0 1 4 0c1.5-1 2.2-.8 2.2-.8.5 1.1.2 2 .1 2.1.5.6.8 1.3.8 2.2 0 3-1.9 3.7-3.6 4 .3.2.5.7.5 1.4v2.2c0 .2.1.5.5.4A8 8 0 0 0 16 8a8 8 0 0 0-8-8z"/></svg></span>'; | ||
| 502 | 500 | function editOnGitHub(filename) { | |
| 503 | - return `<li class="edit_on_github"><a href="https://github.com/nodejs/node/edit/master/doc/api/${filename}.md">${githubLogo}Edit on GitHub</a></li>`; | ||
| 501 | + return `<li class="edit_on_github"><a href="https://github.com/nodejs/node/edit/master/doc/api/${filename}.md">Edit on GitHub</a></li>`; | ||
| 504 | 502 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments