Closed ocimjr closed 5 years ago
Hello @ocimjr
Thanks for your report - you're right and I've opened this Tracker https://tracker.moodle.org/browse/MDL-63461. But the problem is not on Moodle side.
On the master
and MOODLE_35_STABLE
branch we've removed the not necessary .icon class. But it was forgotten in the MOODLE_33_STABLE
branch. As you can see here I've removed that.
I'll provide the fix soon and release a new version in the Moodle plugins repository.
I've just released the new version, check it out https://moodle.org/plugins/pluginversion.php?id=19079
Thank you !
Hi,
At file filter.php line 99 on version for moodle 3.4 we see this
$embed = '<i class="icon fa '.$matches[1].' fa-fw" aria-hidden="true"></i>';
But class icon causes a conflict with boost. See this image
So fa-2x doesn't work, since property font-size is override by .icon.
Thanks