Updated video card player behavior

refs https://github.com/TryGhost/Team/issues/1229

- refines player control UI behavior on mouseenter
This commit is contained in:
Rishabh 2021-12-14 21:32:39 +05:30
parent aa80cf415b
commit 441307c6ad

View File

@ -118,7 +118,6 @@
videoOverlay.classList.add("kg-video-hide");
playIconContainer.classList.add("kg-video-hide");
pauseIconContainer.classList.remove("kg-video-hide");
videoPlayerContainer.classList.add("kg-video-hide");
};
const handleOnPlay = () => {