mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix glitch when updating player volume
This commit is contained in:
parent
91219e66c4
commit
3d5de919f3
@ -196,7 +196,7 @@
|
||||
}
|
||||
|
||||
.vjs-progress-control:hover .vjs-slider,
|
||||
.vjs-slider.vjs-sliding {
|
||||
.vjs-progress-control .vjs-slider.vjs-sliding {
|
||||
height: 5px;
|
||||
|
||||
.vjs-play-progress::before {
|
||||
@ -350,6 +350,11 @@
|
||||
max-height: 14px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
|
||||
|
Loading…
Reference in New Issue
Block a user