mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 12:52:52 +00:00
Fix download button icon color
This commit is contained in:
parent
2ed48037ea
commit
046cd05a83
|
@ -507,6 +507,13 @@
|
||||||
|
|
||||||
.video-player__download__icon {
|
.video-player__download__icon {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
|
.fa,
|
||||||
|
&:active .fa,
|
||||||
|
&:hover .fa,
|
||||||
|
&:focus .fa {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue