Merge pull request #7365 from open-sausages/pulls/4.0/fine-tune-buttons

FIX grid field button styles
This commit is contained in:
Daniel Hensby 2017-09-12 14:17:54 +01:00 committed by GitHub
commit baa3f07712

View File

@ -1,3 +1,3 @@
<button $AttributesHTML>
<% if $ButtonContent %>$ButtonContent<% else %>$Title<% end_if %>
<span class="btn__title"><% if $ButtonContent %>$ButtonContent<% else %>$Title<% end_if %></span>
</button>