We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1f966 commit 12b7166Copy full SHA for 12b7166
src/assets/styles/main.scss
@@ -232,7 +232,7 @@ $icon-font-path: '../icon-font' !default;
232
opacity: 0;
233
}
234
235
- &.vjs-controls-enabled::before {
+ &.vjs-has-started.vjs-controls-enabled:has(.vjs-control-bar)::before {
236
content: '';
237
pointer-events: none;
238
position: absolute;
@@ -245,13 +245,9 @@ $icon-font-path: '../icon-font' !default;
245
opacity: 0.4;
246
z-index: 1;
247
font-size: 120%;
248
- display: none;
249
- }
250
- &.vjs-has-started::before,
251
- &.vjs-audio-only-mode::before {
252
- display: flex;
253
transition: opacity 0.1s;
254
+
255
&.vjs-has-started.vjs-user-inactive.vjs-playing::before {
256
257
transition: opacity 1s;
0 commit comments