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

Fixes #17726
main
Claire 2 years ago committed by GitHub
parent 07a178fd37
commit 29ee3c61a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/javascript/styles/mastodon-light/diff.scss

@ -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,

Loading…
Cancel
Save