Add hover effect to player buttons

This commit is contained in:
toshikanneko 2022-02-14 15:03:45 +01:00
parent 7c0b84d497
commit f94f7e0b1c

View file

@ -24,6 +24,15 @@ $control-bar-icon-size: 0.8rem;
}
}
@media (min-width: $breakpoint-small) {
.vjs-control {
opacity: 0.9;
&:hover {
opacity: 1;
}
}
}
// Progress Bar
.vjs-progress-control.vjs-control {
position: absolute;