mirror of
https://github.com/videojs/video.js.git
synced 2025-01-25 11:13:52 +02:00
fix(svg-icons): default icons color (#8382)
Uses the same color as defined by the `color` property of the `video-js` class to apply to `svg icons` for easy customization - set `fill` property to `currentColor` Co-authored-by: mister-ben <git@misterben.me>
This commit is contained in:
parent
d0408812df
commit
b95cd7a6eb
@ -11,7 +11,7 @@
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
fill: #FFFFFF;
|
||||
fill: currentColor;
|
||||
height: 1.8em;
|
||||
width: 1.8em;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user