Skip to content

Commit

Permalink
feat(FEC-9491): blur video when overlay active (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyBregman committed Nov 27, 2019
1 parent df3aeba commit ccaff97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/video-player/_video-player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
width: 100%;
height: 100%;
background: black;
.overlay-active &{
filter: blur(5px);
}
}

0 comments on commit ccaff97

Please sign in to comment.