mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 08:43:59 +03:00
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:
parent
aa80cf415b
commit
441307c6ad
@ -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 = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user