diff options
author | ThibG <thib@sitedethib.com> | 2020-07-17 07:07:18 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-07-22 13:50:15 +0200 |
commit | 9bdad8f14e145440fea0a49a4c8af0233e093bd2 (patch) | |
tree | c1ceb0d21f122ea9c5afb127b0a7203d1ce07ff6 /app | |
parent | b9f351d8455f672137a34ea0ea0b1050fba3464b (diff) |
[Glitch] Fix audio player controls color in mastodon-light theme
Port 85bc0f9639c9c1ecccfa6963929b6c405fb8452c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/mastodon-light/diff.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index 3b4ffdf3c..c83c82766 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss @@ -385,10 +385,3 @@ .directory__tag > div { 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; -} |