fix play button on embed end

This commit is contained in:
Jeremy Kauffman 2020-04-30 10:37:39 -04:00
parent c56f135dce
commit 6b02805645

View file

@ -324,10 +324,6 @@
}
}
.file-viewer--ended-embed .vjs-big-play-button {
display: none;
}
.video-js:hover {
.vjs-big-play-button {
background-color: var(--color-primary);
@ -370,6 +366,10 @@
}
}
.file-viewer--ended-embed .vjs-big-play-button {
display: none !important; // yes this is dumb, but this was broken and the above CSS was overriding
}
.autoplay-countdown {
display: flex;
flex-direction: column;