Skip to content

Commit

Permalink
fix: add display block to mute control icon placeholder
Browse files Browse the repository at this point in the history
When sliding volume down to mute it sticks and then repositions incorrectly

Fixes videojs#6989
  • Loading branch information
kamilbator committed Feb 12, 2021
1 parent 948fd2c commit 8399317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/components/_volume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@include flex(none);

& .vjs-icon-placeholder {
display: block;
@extend .vjs-icon-volume-high;
}
}
Expand Down

0 comments on commit 8399317

Please sign in to comment.