changed icon html from <i> to <span>

TNL-4651
This commit is contained in:
ssemenova
2016-05-25 14:06:36 -04:00
parent 42f44848e5
commit 36c867c42a
118 changed files with 253 additions and 254 deletions

View File

@@ -1,7 +1,7 @@
<div class="wrapper-utility edx-notes-visibility">
<span class="action-toggle-message">Notes visible</span>
<button class="utility-control utility-control-button action-toggle-notes is-disabled is-active" aria-pressed="true">
<i class="icon fa fa-pencil"></i>
<span class="icon fa fa-pencil" aria-hidden="true"></span>
<span class="utility-control-label sr">Hide notes</span>
</button>
</div>