From cff17deb5dfb386d72ea4491cb0dbc1b97badd2d Mon Sep 17 00:00:00 2001 From: infinite-persistence <64950861+infinite-persistence@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:27:41 -0800 Subject: [PATCH] Video: fix grayed out "/" in time indicator (#7425) --- ui/scss/component/_file-render.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scss/component/_file-render.scss b/ui/scss/component/_file-render.scss index 5f95902bc..419032a3a 100644 --- a/ui/scss/component/_file-render.scss +++ b/ui/scss/component/_file-render.scss @@ -411,6 +411,10 @@ .vjs-duration { display: flex; } + + .vjs-time-divider { + z-index: 0; // solves the grayed-out divider + } } .vjs-picture-in-picture-control {