Commit f4aa92f0 by Mushtaq Ali

Merge pull request #9229 from edx/mushtaq/tnl-2882-fix-ie10-group-config-bug

Fix IE10 issue with delete button.
parents 96779dfe c7aefd4b
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</li> </li>
<% } else { %> <% } else { %>
<li class="action action-delete wrapper-delete-button" data-tooltip="<%= gettext('Cannot delete when in use by a unit') %>"> <li class="action action-delete wrapper-delete-button" data-tooltip="<%= gettext('Cannot delete when in use by a unit') %>">
<button class="delete action-icon is-disabled" aria-disabled="true"><i class="icon fa fa-trash-o"></i><span><%= gettext("Delete") %></span></button> <button class="delete action-icon is-disabled" aria-disabled="true" disabled="disabled"><i class="icon fa fa-trash-o"></i><span><%= gettext("Delete") %></span></button>
</li> </li>
<% } %> <% } %>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment