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; - } -}