Browse Source

Merge pull request #79 from sindresorhus/delete-broken-style-attr

Delete style attribute that doesn't work anyway
master
Sindre Sorhus 9 years ago
parent
commit
c0ba464c42
  1. 2
      extension/content.js

2
extension/content.js

@ -230,7 +230,7 @@ function addDeleteForkLink() {
if (forkPath !== `${ownerName}/${repoName}`) {
$(postMergeDescription).append(
`<p id="refined-github-delete-fork-link" style="outine:3px solid red">
`<p id="refined-github-delete-fork-link">
<a href="https://github.com/${forkPath}/settings">
<svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path d="M8 1c-1.11 0-2 0.89-2 2 0 0.73 0.41 1.38 1 1.72v1.28L5 8 3 6v-1.28c0.59-0.34 1-0.98 1-1.72 0-1.11-0.89-2-2-2S0 1.89 0 3c0 0.73 0.41 1.38 1 1.72v1.78l3 3v1.78c-0.59 0.34-1 0.98-1 1.72 0 1.11 0.89 2 2 2s2-0.89 2-2c0-0.73-0.41-1.38-1-1.72V9.5l3-3V4.72c0.59-0.34 1-0.98 1-1.72 0-1.11-0.89-2-2-2zM2 4.2c-0.66 0-1.2-0.55-1.2-1.2s0.55-1.2 1.2-1.2 1.2 0.55 1.2 1.2-0.55 1.2-1.2 1.2z m3 10c-0.66 0-1.2-0.55-1.2-1.2s0.55-1.2 1.2-1.2 1.2 0.55 1.2 1.2-0.55 1.2-1.2 1.2z m3-10c-0.66 0-1.2-0.55-1.2-1.2s0.55-1.2 1.2-1.2 1.2 0.55 1.2 1.2-0.55 1.2-1.2 1.2z"></path></svg>
Delete fork

Loading…
Cancel
Save