]> cat aescling's git repositories - mastodon.git/commitdiff
Fix download button color in audio player (#16572)
authorClaire <claire.github-309c@sitedethib.com>
Wed, 11 Aug 2021 15:48:55 +0000 (17:48 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Aug 2021 15:48:55 +0000 (17:48 +0200)
Fixes #16571

app/javascript/styles/mastodon/components.scss

index 5f570f4a41f8e0773d58705c0da72c21a6ce3023..db74c09da0e58f16a73d24f6152161cc13eabb41 100644 (file)
@@ -5542,7 +5542,8 @@ a.status-card.compact:hover {
     opacity: 0.2;
   }
 
-  .video-player__buttons button {
+  .video-player__buttons button,
+  .video-player__buttons a {
     color: currentColor;
     opacity: 0.75;