diff --git a/src/img/clipboard.svg b/src/img/clipboard.svg deleted file mode 100644 index b7f8ee66bab..00000000000 --- a/src/img/clipboard.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/style/_buttons.scss b/src/style/_buttons.scss index 0f079a0acd9..d57ab6f9b97 100644 --- a/src/style/_buttons.scss +++ b/src/style/_buttons.scss @@ -171,6 +171,6 @@ button padding-left: 25px; border: none; height: 25px; - background: url("../img/clipboard.svg") center center no-repeat; + background: url("data:image/svg+xml, ") center center no-repeat; } }