Skip to content

Commit

Permalink
fix(FEC-6945): pre-playback bottom and top bars hover visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazut authored and OrenMe committed Jul 30, 2017
1 parent 5948e92 commit 5992b5d
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
}
}

.pre-playback .player-gui {
opacity: 0 !important;
.pre-playback {
&:hover .player-gui {
opacity: 1 !important;
}
.player-gui {
opacity: 0 !important;
}
}

0 comments on commit 5992b5d

Please sign in to comment.