1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-03 09:19:05 +09:00

Fix download button icon color

This commit is contained in:
Thibaut Girka 2019-10-28 11:35:42 +01:00
parent 2ed48037ea
commit 046cd05a83

View File

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