react-json-tree icon indicating copy to clipboard operation
react-json-tree copied to clipboard

JSONArrow icon being rendered with blue background in Edge

Open davidkpiano opened this issue 8 years ago • 0 comments
trafficstars

See here for details on the issue in Edge: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11844964/

This is affecting react-json-tree (somewhat inadvertently, sorry, not your fault!)

Here's where the unicode char is used: https://github.com/alexkuz/react-json-tree/blob/master/src/JSONArrow.js#L16

And the fix would be adding a rule such as font-family: 'Segoe UI Symbol', sans-serif to that icon's wrapper div.

davidkpiano avatar Jul 17 '17 19:07 davidkpiano