Skip to content

Commit

Permalink
packages-explorer: Rephrases permalink + style
Browse files Browse the repository at this point in the history
The transparent background will reduce the jarring effect of a dark
zebra-stripe with a white-backgrounded button.
  • Loading branch information
samueldr committed Aug 20, 2019
1 parent 8c60c18 commit 0c164f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages-explorer/src/gui/result.js
Expand Up @@ -230,7 +230,7 @@ const ResultDetails = ({
</table>
<div class="result--permalink">
<Link merge={true} state={{attr}}>
Link to <tt>{attr}</tt>
Permalink to <tt>{attr}</tt>
</Link>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions packages-explorer/src/styles/app.less
Expand Up @@ -120,6 +120,7 @@ pre {
margin-top: 0.5rem;
a {
.button();
background: transparent;
}
}

Expand Down

0 comments on commit 0c164f4

Please sign in to comment.