Skip to content

Commit

Permalink
fix(FEC-10268): bottom bar displayed before Play button clicked when …
Browse files Browse the repository at this point in the history
…preload=auto (#524)

hide the bars on pre-playback (as we [did](https://github.com/kaltura/playkit-js-ui/pull/434/files#diff-01d3987c1557ce6ee3ae265e7580484cL35) for `player-gui`)

Solves FEC-10268
  • Loading branch information
yairans committed Jul 2, 2020
1 parent 258df2d commit 4e2565c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
}
}

.pre-playback {
.bottom-bar,
.top-bar {
opacity: 0;
display: none;
}
}

.player{
&.size-ty {
.pre-playback-play-button {
Expand Down

0 comments on commit 4e2565c

Please sign in to comment.