Fix glitch when updating player volume

pull/665/head
Chocobozzz 2018-06-14 10:47:07 +02:00
parent 91219e66c4
commit 3d5de919f3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 1 deletions

View File

@ -196,7 +196,7 @@
} }
.vjs-progress-control:hover .vjs-slider, .vjs-progress-control:hover .vjs-slider,
.vjs-slider.vjs-sliding { .vjs-progress-control .vjs-slider.vjs-sliding {
height: 5px; height: 5px;
.vjs-play-progress::before { .vjs-play-progress::before {
@ -350,6 +350,11 @@
max-height: 14px; max-height: 14px;
height: 100%; height: 100%;
} }
&:focus {
text-shadow: none;
box-shadow: none;
}
} }
.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,