]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix audio player controls color in mastodon-light theme
authorThibG <thib@sitedethib.com>
Fri, 17 Jul 2020 05:07:18 +0000 (07:07 +0200)
committerThibaut Girka <thib@sitedethib.com>
Wed, 22 Jul 2020 11:50:15 +0000 (13:50 +0200)
Port 85bc0f9639c9c1ecccfa6963929b6c405fb8452c to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/mastodon-light/diff.scss

index 3b4ffdf3cef9e690fc4de126d79ed1361fbf93d1..c83c827660baa3df575c7c76d01a7af47a2f64d1 100644 (file)
 .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;
-}