Prevent user from highlight selecting UI
This commit is contained in:
parent
0b20f73841
commit
3fb0ac80ae
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue