From 14509adaba1b44af0b4991dc058e1740c343e52b Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Mon, 11 Jun 2018 01:55:06 +0530 Subject: [PATCH] commento-buttons.scss: escape hash character --- frontend/sass/commento-buttons.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/sass/commento-buttons.scss b/frontend/sass/commento-buttons.scss index 8dea5b1..3edc9de 100644 --- a/frontend/sass/commento-buttons.scss +++ b/frontend/sass/commento-buttons.scss @@ -19,7 +19,7 @@ .commento-option-reply { height: 20px; width: 20px; - @include mask-image('data:image/svg+xml;utf8,'); + @include mask-image('data:image/svg+xml;utf8,'); margin: 9px 3px 9px 3px; right: 32px; } @@ -27,7 +27,7 @@ .commento-option-cancel { height: 13px; width: 13px; - @include mask-image('data:image/svg+xml;utf8,'); + @include mask-image('data:image/svg+xml;utf8,'); margin: 12px 6px 12px 6px; right: 32px; background: $gray-5; @@ -36,7 +36,7 @@ .commento-option-collapse { height: 14px; width: 14px; - @include mask-image('data:image/svg+xml;utf8,'); + @include mask-image('data:image/svg+xml;utf8,'); margin: 12px 6px 12px 6px; right: 0px; background: $gray-7; @@ -45,7 +45,7 @@ .commento-option-uncollapse { height: 14px; width: 14px; - @include mask-image('data:image/svg+xml;utf8,'); + @include mask-image('data:image/svg+xml;utf8,'); margin: 12px 6px 12px 6px; right: 0px; background: $gray-7; @@ -55,7 +55,7 @@ .commento-option-downvote { height: 14px; width: 14px; - @include mask-image('data:image/svg+xml;utf8, '); + @include mask-image('data:image/svg+xml;utf8, '); margin: 12px 6px 12px 6px; } @@ -79,7 +79,7 @@ .commento-option-remove { height: 14px; width: 14px; - @include mask-image('data:image/svg+xml;utf8, '); + @include mask-image('data:image/svg+xml;utf8, '); margin: 12px 6px 12px 6px; right: 128px; background: $red-8; @@ -88,7 +88,7 @@ .commento-option-approve { height: 14px; width: 14px; - @include mask-image('data:image/svg+xml;utf8,'); + @include mask-image('data:image/svg+xml;utf8,'); margin: 12px 6px 12px 6px; right: 160px; background: $green-7;