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
Purity is doing
<td class="span1 plupload_file_action"> <a href="#" class="icon-delete"> <span data-isicon="true" class="fa delete"></span> </a></td>
(should be e.g. class="fa fa-remove")
Protostar
<td class="span1 plupload_file_action"> <a href="#" class="icon-delete"><i data-isicon="true" class="delete"></i></a></td>
The text was updated successfully, but these errors were encountered:
It seems that fa-times, fa-remove and fa-remove are the same, all an X. We are using fa-times.
The code is there though to convert from icon-delete, will check later.
Sorry, something went wrong.
No branches or pull requests
Purity is doing
(should be e.g. class="fa fa-remove")
Protostar
The text was updated successfully, but these errors were encountered: