kamranahmedse / driver.js

A light-weight, no-dependency, vanilla JavaScript engine to drive user's focus across the page
https://driverjs.com
MIT License
22.66k stars 1.01k forks source link

Material Icons in step description stopped working #510

Open tomaszn opened 2 months ago

tomaszn commented 2 months ago

In change 8d0f3ea59c21b09e93aa7b1ba7cc580ee36644ad (exactly here) a specific font-family is set up for all elements inside .driver-popover.

This breaks icons inside the step descriptions. For example, the font needed to properly render an icon with the following code, is overwritten:

<i class="md-24 material-icons">add_alert</i>'

image