diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss index 298830a909..65dbdb02b6 100644 --- a/app/javascript/flavours/glitch/styles/admin.scss +++ b/app/javascript/flavours/glitch/styles/admin.scss @@ -604,16 +604,6 @@ body, .account-status { display: flex; margin-bottom: 10px; - - .activity-stream { - flex: 2 0 0; - margin-inline-end: 20px; - max-width: calc(100% - 60px); - - .entry { - border-radius: 4px; - } - } } .report-status__actions, diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index b5e0f881fd..a284755ef1 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -1517,43 +1517,6 @@ body > [data-popper-placement] { margin-top: 8px; // glitch: reduced margins } - &.light { - .status__relative-time, - .status__visibility-icon { - color: $light-text-color; - } - - .status__display-name { - color: $inverted-text-color; - } - - .display-name { - color: $light-text-color; - - strong { - color: $inverted-text-color; - } - } - - .status__content { - color: $inverted-text-color; - - a { - color: $highlight-text-color; - } - - &__spoiler-link { - color: $primary-text-color; - background: $ui-primary-color; - - &:hover, - &:focus { - background: lighten($ui-primary-color, 8%); - } - } - } - } - &--is-quote { border: none; } @@ -6949,24 +6912,6 @@ a.status-card { } } } - - select { - appearance: none; - box-sizing: border-box; - font-size: 14px; - color: $inverted-text-color; - display: inline-block; - width: auto; - outline: 0; - font-family: inherit; - background: $simple-background-color - url("data:image/svg+xml;utf8,") - no-repeat right 8px center / auto 16px; - border: 1px solid darken($simple-background-color, 14%); - border-radius: 4px; - padding: 6px 10px; - padding-inline-end: 30px; - } } .report-modal__target { diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index b3cc475bbd..b56fdbd217 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss @@ -283,36 +283,6 @@ } } -.activity-stream { - border: 1px solid var(--background-border-color); - - &--under-tabs { - border-top: 0; - } - - .entry { - background: $white; - - .detailed-status.light, - .more.light, - .status.light { - border-bottom-color: lighten($ui-base-color, 8%); - } - } - - .status.light { - .status__content { - color: $primary-text-color; - } - - .display-name { - strong { - color: $primary-text-color; - } - } - } -} - .accounts-grid { .account-grid-card { .controls { @@ -416,13 +386,6 @@ } } -.mute-modal select { - border: 1px solid var(--background-border-color); - background: $simple-background-color - url("data:image/svg+xml;utf8,") - no-repeat right 8px center / auto 16px; -} - // Glitch-soc-specific changes .pillbar-button {