Skip to content

Commit

Permalink
Fix clipboard image not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and syphar committed Oct 13, 2024
1 parent 47b8097 commit 2c65a24
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion static/clipboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions static/font-awesome.css

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions templates/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -925,19 +925,3 @@ ul.pure-menu-list {
overflow: scroll;
width: 100%;
}

.svg-clipboard {
--svg-clipboard: url(/-/static/clipboard.svg);
-webkit-mask: var(--svg-clipboard) no-repeat center;
mask: var(--svg-clipboard) no-repeat center;
-webkit-mask-size: contain;
mask-size: contain;
display: inline-block;
background-color: currentColor;
width: 1em;
height: 1em;
/* pull icon about one stroke width into the descenders */
margin-bottom: -0.1em;
width: 1.25em;
text-align: center;
}

0 comments on commit 2c65a24

Please sign in to comment.