From a11573e9f2cea9d9d26d48853ad7a71798c98c02 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Tue, 17 Sep 2019 21:27:23 +0100 Subject: [PATCH] Remove zigzag --- app/javascript/styles/macaron/diff.scss | 2 +- app/javascript/styles/mastodon-light/diff.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/macaron/diff.scss b/app/javascript/styles/macaron/diff.scss index 5a59b273d..d4089e007 100644 --- a/app/javascript/styles/macaron/diff.scss +++ b/app/javascript/styles/macaron/diff.scss @@ -240,7 +240,7 @@ html { } .drawer__inner__mastodon { - background: $pink url('data:image/svg+xml;utf8,') no-repeat bottom / 100% auto; + background: $pink; } // Change the colors used in compose-form diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index aefeccf93..209fe53b6 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -147,7 +147,7 @@ html { } .drawer__inner__mastodon { - background: $white url('data:image/svg+xml;utf8,') no-repeat bottom / 100% auto; + background: $white; } // Change the colors used in compose-form