Skip to content

Commit

Permalink
fix(FEC-8937): UI icons rendered oddly in iOS (#384)
Browse files Browse the repository at this point in the history
drop-shadow css was moved from icons.scss to playback-controls.scss in a manner that the css is now applied only on the middle playback icons
  • Loading branch information
RoyBregman committed Apr 10, 2019
1 parent 5b74404 commit 4fa078b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/icon/icon.scss
Expand Up @@ -126,8 +126,6 @@
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
2 changes: 2 additions & 0 deletions src/components/playback-controls/_playback-controls.scss
Expand Up @@ -38,6 +38,8 @@
width: auto;
height: auto;
padding: 0 16px;
-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 {
width: 64px;
Expand Down

0 comments on commit 4fa078b

Please sign in to comment.