Skip to content

Commit 2c65a24

Browse files
GuillaumeGomezsyphar
authored andcommitted
Fix clipboard image not appearing
1 parent 47b8097 commit 2c65a24

File tree

3 files changed

+23
-17
lines changed

3 files changed

+23
-17
lines changed

static/clipboard.svg

Lines changed: 1 addition & 1 deletion
Loading

static/font-awesome.css

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/style/style.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -925,19 +925,3 @@ ul.pure-menu-list {
925925
overflow: scroll;
926926
width: 100%;
927927
}
928-
929-
.svg-clipboard {
930-
--svg-clipboard: url(/-/static/clipboard.svg);
931-
-webkit-mask: var(--svg-clipboard) no-repeat center;
932-
mask: var(--svg-clipboard) no-repeat center;
933-
-webkit-mask-size: contain;
934-
mask-size: contain;
935-
display: inline-block;
936-
background-color: currentColor;
937-
width: 1em;
938-
height: 1em;
939-
/* pull icon about one stroke width into the descenders */
940-
margin-bottom: -0.1em;
941-
width: 1.25em;
942-
text-align: center;
943-
}

0 commit comments

Comments
 (0)