On both mobile and desktop domains on Minerva, [[Template:Spoken_Wikipedia/testcases]] displays as:
{F34103414}
The background for the file is implemented as
```lang=css
.mw-tmh-player.audio > .mw-tmh-play {
background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22220%22 height=%2230%22 viewBox=%220 0 58.209 7.938%22%3E%3Cpath fill-rule=%22evenodd%22 fill-opacity=%22.67%22 d=%22M0 0h58.209v7.938H0z%22/%3E%3Cpath d=%22M 7.126 4.076 L 3.876 5.986 V 2.165 Z%22 fill=%22%23fff%22/%3E%3C/svg%3E");
opacity: 0.5;
}
```
while the background for plainlinks is implemented as
```lang=css
.plainlinks a {
background: none !important;
padding: 0 !important;
}
```
The element is still interactable. There is a slight FOUC, but I don't know whether that's related to the fact these elements are inside a collapsible element.
Issue does not appear in Timeless or Vector.
I'm probably going to remove plainlinks here since there are no links in the template that wouldn't be plain to begin with.