Fix download button icon color

master
Thibaut Girka 5 years ago
parent 2ed48037ea
commit 046cd05a83
  1. 7
      app/javascript/flavours/glitch/styles/components/media.scss

@ -507,6 +507,13 @@
.video-player__download__icon {
color: inherit;
.fa,
&:active .fa,
&:hover .fa,
&:focus .fa {
color: inherit;
}
}
}

Loading…
Cancel
Save