From 25616678118a96cde0b594d9889d3f383ca51869 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Wed, 2 Oct 2019 00:58:27 +0100 Subject: [PATCH] Remove hardcoded mascots from light and macaron themes --- app/javascript/styles/macaron/diff.scss | 21 ------------------- .../styles/mastodon-light/diff.scss | 21 ------------------- 2 files changed, 42 deletions(-) diff --git a/app/javascript/styles/macaron/diff.scss b/app/javascript/styles/macaron/diff.scss index c4c94392c..c858a9bfb 100644 --- a/app/javascript/styles/macaron/diff.scss +++ b/app/javascript/styles/macaron/diff.scss @@ -1050,24 +1050,3 @@ a.status-card.compact:hover { border-color: lighten($blue, 8%); } } - -.regeneration-indicator { - - &__figure { - background: url('../images/defaultmascotdark.svg') no-repeat center 0; - } - - &.missing-indicator { - - .regeneration-indicator__figure { - background-image: url('../images/defaultmascotdark.svg'); - } - } -} - -.modal-layout__mastodon { - - > * { - background: url('../images/defaultmascotdark.svg') no-repeat left bottom / contain; - } -} diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 209fe53b6..c017012b3 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -700,24 +700,3 @@ html { .compose-form .compose-form__warning { box-shadow: none; } - -.regeneration-indicator { - - &__figure { - background: url('../images/defaultmascotdark.svg') no-repeat center 0; - } - - &.missing-indicator { - - .regeneration-indicator__figure { - background-image: url('../images/defaultmascotdark.svg'); - } - } -} - -.modal-layout__mastodon { - - > * { - background: url('../images/defaultmascotdark.svg') no-repeat left bottom / contain; - } -}