diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-11-10 14:21:31 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-11-12 13:48:42 +0100 |
commit | 3fa6c603badeb0ce8f74f21b12cfab2bb214e8e0 (patch) | |
tree | b7e28527eb2d7f5e282c5909cc8c14ee1973f8a3 /app/javascript/flavours/glitch | |
parent | 93912f04988eab072a119a588342c68c5cdb52e0 (diff) |
[Glitch] Fix color of the “No description added“ media upload warning on light theme
Port 89a6b76f999635e077e9469efd9d94cd6c6d6222 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/mastodon-light/diff.scss | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index 22828c7d1..6489c2f80 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/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 { |