Browse Source

Fix audio player controls color in mastodon-light theme (#14338)

Fixes #14337

The new audio player sets the background and foreground colors automatically
based on the thumbnail of the audio file, but the mastodon-light theme
overrides the controls' colors with a hardcoded color, which sometimes make
them unreadable.
master
ThibG 3 years ago
committed by GitHub
parent
commit
85bc0f9639
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      app/javascript/styles/mastodon-light/diff.scss

+ 0
- 7
app/javascript/styles/mastodon-light/diff.scss View File

@ -767,10 +767,3 @@ html {
.compose-form .compose-form__warning {
box-shadow: none;
}
.audio-player .video-player__controls button,
.audio-player .video-player__time-sep,
.audio-player .video-player__time-current,
.audio-player .video-player__time-total {
color: $primary-text-color;
}

Loading…
Cancel
Save