Skip to content
New issue

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

Delete button in ajax fileupload missing #15

Open
trob opened this issue Feb 25, 2016 · 1 comment
Open

Delete button in ajax fileupload missing #15

trob opened this issue Feb 25, 2016 · 1 comment

Comments

@trob
Copy link
Contributor

trob commented Feb 25, 2016

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>
@felixkat
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants