Trying to resolve an SVG issue I'm having that involves hiding and showing

I just figured 3.) out.

.wraph.active svg:hover path {
  fill: #0059dd;
}

But I can’t add that in yet until #2 is figured out first.

.wraph /*.active*/ svg:hover path {
  fill: #0059dd;
}

I removed the transparent so it’s easier .

I’m trying to hide the black play svgs.