From 8e7e224f3fdb69497e000c25c5c109b6aa1d6b1f Mon Sep 17 00:00:00 2001 From: John Cowen Date: Tue, 26 Jun 2018 10:48:26 +0100 Subject: [PATCH] Encode all the hexcodes --- ui-v2/app/styles/components/icons.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui-v2/app/styles/components/icons.scss b/ui-v2/app/styles/components/icons.scss index 5b4c139302..e12d1fae52 100644 --- a/ui-v2/app/styles/components/icons.scss +++ b/ui-v2/app/styles/components/icons.scss @@ -152,18 +152,18 @@ } %with-right-arrow-grey { @extend %pseudo-icon; - background-image: url('data:image/svg+xml;charset=UTF-8,'); + background-image: url('data:image/svg+xml;charset=UTF-8,'); } %with-deny-icon { @extend %pseudo-icon; - background-image: url('data:image/svg+xml;charset=UTF-8,'); + background-image: url('data:image/svg+xml;charset=UTF-8,'); width: 16px; height: 16px; background-color: transparent; } %with-deny-icon-grey { @extend %pseudo-icon; - background-image: url('data:image/svg+xml;charset=UTF-8,'); + background-image: url('data:image/svg+xml;charset=UTF-8,'); } %with-deny::before { @extend %with-deny-icon;