diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-11-10 14:21:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 14:21:31 +0100 |
commit | 89a6b76f999635e077e9469efd9d94cd6c6d6222 (patch) | |
tree | 66644e7d6f4b135ade44518798ba0b6de3ced36a /app | |
parent | 8fdbb4d00d371e7a900bec3a262216d95a784d52 (diff) |
Fix color of the “No description added“ media upload warning on light theme (#20328)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon-light/diff.scss | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 1214d2519..928af8453 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -203,7 +203,8 @@ html { // Change the colors used in compose-form .compose-form { .compose-form__modifiers { - .compose-form__upload__actions .icon-button { + .compose-form__upload__actions .icon-button, + .compose-form__upload__warning .icon-button { color: lighten($white, 7%); &:active, @@ -212,14 +213,6 @@ html { color: $white; } } - - .compose-form__upload-description input { - color: lighten($white, 7%); - - &::placeholder { - color: lighten($white, 7%); - } - } } .compose-form__buttons-wrapper { |