[field formats] Make sure add button has the correct font

This commit is contained in:
Jonathan Budzenski 2015-09-11 15:52:08 -05:00
parent b1d40dcced
commit 91356e53dc

View file

@ -32,9 +32,9 @@
<hr>
</div>
<button aria-label="Add Color" ng-click="addColor()" tooltip="Add Color" tooltip-append-to-body="true" type="button" class="btn btn-xs btn-primary">
<span class="sr-only">Add Color</span>
<i class="fa fa-plus"> Add Color</i>
<button aria-label="Add Color" ng-click="addColor()" tooltip="Add Color" tooltip-append-to-body="true" type="button" class="btn btn-primary btn-xs">
<span class="sr-only">Add Color</span>
<i aria-hidden="true" class="fa fa-plus"></i> Add Color
</button>
<field-format-editor-samples