Remove unused code

pull/4624/head
Chocobozzz 2021-12-09 10:51:19 +01:00
parent dc9ff3128f
commit 2acb622cb8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 25 deletions

View File

@ -71,7 +71,7 @@ body {
height: $big-play-height; height: $big-play-height;
line-height: $big-play-height; line-height: $big-play-height;
margin-top: -(math.div($big-play-height, 2)); margin-top: -(math.div($big-play-height, 2));
transition: 0.4s opacity; transition: 0.2s background-color;
&::-moz-focus-inner { &::-moz-focus-inner {
border: 0; border: 0;
@ -89,30 +89,6 @@ body {
&:hover { &:hover {
background-color: var(--mainColor, #696969); background-color: var(--mainColor, #696969);
} }
}
// Small effect when we click on the play button
&.vjs-has-big-play-button-clicked {
.vjs-big-play-button,
.vjs-poster {
display: block;
visibility: hidden;
&.vjs-big-play-button,
&.vjs-big-play-button::before {
opacity: 0;
transition: visibility 0.2s, opacity 0.2s;
}
&.vjs-poster,
&.vjs-poster::before {
opacity: 0;
transition: visibility 0.3s, opacity 0.3s;
transition-delay: 0.05s;
}
}
} }
// Show poster and controls when playing audio-only content // Show poster and controls when playing audio-only content