[Glitch] Fix color of the “No description added“ media upload warning on light theme
Port 89a6b76f99
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
93912f0498
commit
3fa6c603ba
|
@ -203,7 +203,8 @@ html {
|
||||||
// Change the colors used in compose-form
|
// Change the colors used in compose-form
|
||||||
.compose-form {
|
.compose-form {
|
||||||
.compose-form__modifiers {
|
.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%);
|
color: lighten($white, 7%);
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
|
@ -212,14 +213,6 @@ html {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-form__upload-description input {
|
|
||||||
color: lighten($white, 7%);
|
|
||||||
|
|
||||||
&::placeholder {
|
|
||||||
color: lighten($white, 7%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-form__buttons-wrapper {
|
.compose-form__buttons-wrapper {
|
||||||
|
|
Loading…
Reference in New Issue