]> cat aescling's git repositories - mastodon.git/commitdiff
Fix download button icon color
authorThibaut Girka <thib@sitedethib.com>
Mon, 28 Oct 2019 10:35:42 +0000 (11:35 +0100)
committerThibaut Girka <thib@sitedethib.com>
Mon, 28 Oct 2019 10:41:26 +0000 (11:41 +0100)
app/javascript/flavours/glitch/styles/components/media.scss

index a298b91ca78570237fdf28f73de30fcf3254c12a..39bfaae9a268e69a55e38ae96bff77656ffbd31e 100644 (file)
 
     .video-player__download__icon {
       color: inherit;
+
+      .fa,
+      &:active .fa,
+      &:hover .fa,
+      &:focus .fa {
+        color: inherit;
+      }
     }
   }