We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE make inverted color into transparent, which make inverted element doesn't appear on icon.
<i class=" marka marka-set marka-icon-circle-plus " id="icon" data-rotate="up" data-icon="circle-plus" data-bg="transparent" data-color="#FF6600"> <i style="background-color: rgb(255, 102, 0);"></i> <i style="background-color: transparent;"></i> <i style="background-color: transparent;"></i> </i>
The text was updated successfully, but these errors were encountered:
Fix inverted color issue on FF and IE #11 #12
61c1dce
Fixed.
Sorry, something went wrong.
No branches or pull requests
IE make inverted color into transparent, which make inverted element doesn't appear on icon.
The text was updated successfully, but these errors were encountered: