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
Marka doesn't work well on Firefox. All inverted background color turned black because value is undefined.
undefined
<i data-color="#FF6600" class=" marka marka-set marka-icon-square-times " data-bg="undefined" id="icon" data-icon="square-times" data-rotate="up"> <i style="background-color:#FF6600"></i> <i style="background-color:#FF6600"></i> <i style="background-color:undefined"></i> <i style="background-color:undefined"></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
Marka doesn't work well on Firefox. All inverted background color turned black because value is
undefined
.The text was updated successfully, but these errors were encountered: