Skip to content

Commit

Permalink
Merge pull request #2039 from Matts966/Hide-copy-to-clipboard-icon-…
Browse files Browse the repository at this point in the history
…when-printing

Hide copy-to-clipboard buttons when printing.
  • Loading branch information
Rokt33r committed Jun 8, 2018
2 parents 57befc4 + 185a149 commit c6c0d4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/components/MarkdownPreview.js
Expand Up @@ -122,6 +122,9 @@ body p {
color: #000;
background-color: #fff;
}
.clipboardButton {
display: none
}
}
`
}
Expand Down

0 comments on commit c6c0d4c

Please sign in to comment.