From 459c4d423461f1391c84a1584eaeea9ec185ee35 Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Wed, 4 Jul 2018 18:28:57 +0530 Subject: [PATCH] dashboard-main.scss: inline SVG --- frontend/images/close.svg | 7 ------- frontend/sass/dashboard-main.scss | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 frontend/images/close.svg diff --git a/frontend/images/close.svg b/frontend/images/close.svg deleted file mode 100644 index c2009ed..0000000 --- a/frontend/images/close.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/frontend/sass/dashboard-main.scss b/frontend/sass/dashboard-main.scss index ca367c6..e8bc3b1 100644 --- a/frontend/sass/dashboard-main.scss +++ b/frontend/sass/dashboard-main.scss @@ -491,7 +491,7 @@ body { height: 22px; top: 10px; right: 10px; - background-image: url(/images/close.svg); + background-image: url('data:image/svg+xml;utf8,'); cursor: pointer; }