Add hover effect to player buttons
This commit is contained in:
parent
7c0b84d497
commit
f94f7e0b1c
1 changed files with 9 additions and 0 deletions
|
@ -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
|
// Progress Bar
|
||||||
.vjs-progress-control.vjs-control {
|
.vjs-progress-control.vjs-control {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue