Upgrading Font Awesome vendor files from 3.2.1 to 4.2.0
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<ul class="list-actions">
|
||||
<li class="action-item">
|
||||
<a href="#" data-tooltip="<%= gettext('Clear Grading Due Date') %>" class="clear-date action-button action-clear">
|
||||
<i class="icon-undo"></i>
|
||||
<i class="icon fa fa-undo"></i>
|
||||
<span class="sr"><%= gettext('Clear Grading Due Date') %></span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user