benwiley4000 / cassette

📼 A flexible media player component library for React that requires no up-front config
https://benwiley4000.github.io/cassette/styleguide
MIT License
185 stars 28 forks source link

Remove CSS dependency for ProgressBar #275

Closed benwiley4000 closed 5 years ago

benwiley4000 commented 5 years ago

Right now we use a CSS class to turn off selection on the document. Maybe we can do this with inline styles, or dynamically load the CSS from JavaScript on componentDidMount, so we don't have to have an external CSS dependency?