denehyg / reveal.js-menu

Slide out menu for reveal.js
https://denehyg.github.io/reveal.js-menu
MIT License
281 stars 76 forks source link

CSS styles to handle Font Awesome 5 new SVG with JS framework #53

Closed gcalmettes closed 6 years ago

gcalmettes commented 6 years ago

Font Awesome 5 can now be used with several frameworks, including the new SVG with Javascript framework that directly replace the <i> tags with <svg> tags to render the icons.

This PR extends the CSS styles applied to the <i> tags to the <svg> tags so that the slide-menu-items icons are properly hidden/shown.

gcalmettes commented 6 years ago

Resolved the conflict and reformatted the PR to limit repeating code