aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

AeIcon: Remove color: inherit #250

Closed davidyuk closed 5 years ago

davidyuk commented 5 years ago

This PR fixes the color of AeIcon inside of link.

Example:

<a href="http://example.com/1">link <ae-icon name="save" /></a>
<a href="http://example.com">visited link <ae-icon name="save" /></a>

How it displays before this change: screenshot from 2019-01-25 08-07-11

After: screenshot from 2019-01-25 08-07-39