Fix report dialog being illegible using mastodon-light theme (#17734)

Fixes #17726
This commit is contained in:
Claire 2022-03-10 00:11:15 +01:00 committed by GitHub
parent 07a178fd37
commit 29ee3c61a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -143,10 +143,15 @@ html {
.box-widget input[type="password"],
.box-widget textarea,
.statuses-grid .detailed-status,
.report-dialog-modal__textarea,
.audio-player {
border: 1px solid lighten($ui-base-color, 8%);
}
.report-dialog-modal .dialog-option .poll__input {
color: $white;
}
.search__input {
@media screen and (max-width: $no-gap-breakpoint) {
border-top: 0;
@ -342,6 +347,7 @@ html {
.mute-modal,
.block-modal,
.report-modal,
.report-dialog-modal,
.embed-modal,
.error-modal,
.onboarding-modal,