You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin uses old image sprite technique that has lots of flexibility blockers. For example, if you want to change colors for icons you need to change SVG sprite. Also, issues because of sprite URL #675
Thanks for your suggestion. Using a sprite is indeed limiting. The successor of this library, svelte-jsoneditor uses FontAwesome SVG's, that works like a charm.
I'm not planning on replacing the sprite icons myself for jsoneditor, but help would be welcome. Anyone interested in picking this up?
Hi.
Plugin uses old image sprite technique that has lots of flexibility blockers. For example, if you want to change colors for icons you need to change SVG sprite. Also, issues because of sprite URL #675
I think icons could be develop using inline SVG icons approach https://css-tricks.com/cascading-svg-fill-color/
It would be more flexible, accessible and you will remove link to sprint from CSS that is point on lots issues
The text was updated successfully, but these errors were encountered: