Skip to content

Commit

Permalink
Merge pull request #17 from kaltura/FEC-13465-background-color-filter…
Browse files Browse the repository at this point in the history
…-issue

fix(FEC-13465): Incorrect default loop button background
  • Loading branch information
semarche-kaltura authored Nov 13, 2023
2 parents f0e074d + 30a9989 commit 2de9461
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
width: 100%;

button {
filter: invert(1) var(--playkit-audio-player-controls-filter);
i,
svg {
filter: invert(1) var(--playkit-audio-player-controls-filter);
}
}

:global(#speedActive) {
Expand Down

0 comments on commit 2de9461

Please sign in to comment.