Skip to content

Commit

Permalink
fix: icons not shown on a white background (#338)
Browse files Browse the repository at this point in the history
add drop-shadow to the player icons
  • Loading branch information
yairans committed Jan 23, 2019
1 parent f02fd47 commit e945563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/icon/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.5));
filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.5));
}

.icon-maximize {
Expand Down

0 comments on commit e945563

Please sign in to comment.