Prevent user from highlight selecting UI

This commit is contained in:
DispatchCommit 2021-02-17 20:15:53 -08:00 committed by Sean Yesmunt
parent 0b20f73841
commit 3fb0ac80ae

View file

@ -225,7 +225,10 @@ $accent-color: var(--color-primary);
// Button glow
.video-js {
.vjs-control {
.vjs-control,
.vjs-time-divider {
user-select: none;
&:focus:before,
&:hover:before,
&:focus {