jaredatch / EA-Share-Count

A lean plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
84 stars 13 forks source link

Modal window uses icon font as font family #70

Closed billerickson closed 7 years ago

billerickson commented 7 years ago

Summary:
Currently the modal window classes are all easc-. So are our icons. This part of our stylesheet is forcing the 'easc' font for all classes starting with easc-.

Issues:

Solution:
We either need to change the icon classes to easc-icon-, or change modal window classes to ea-share-count-modal-. Neither is backwards compatible. Personally I think changing the icon class names will be best, as those who modify the icons will either

I'd like to hear feedback on this change before making it.

billerickson commented 7 years ago

Another option would be to specifically target the icon classes, rather than selecting all classes that start with 'easc-'. That would mean we don't have to change any class names, would not cause any BC issues.