Skip to content

Commit

Permalink
fontset inline edit small style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kontur committed Mar 30, 2018
1 parent 337ef2f commit 1dbb870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/partials/font-row.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<span class="fontsampler-fontset-sort-handle">&varr;</span>
<span class="fontsampler-fontset-sort-handle ui-sortable-handle">&varr;</span>
<select name="font_id[]">
<option value="0">-pick from existing-</option>
{#for each dropdown loop print out all fonts and if the current font is in the set, select it#}
Expand Down
2 changes: 1 addition & 1 deletion includes/set-edit.twig
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</li>
<li id="fontsampler-fontset-inline-placeholder" class="fontsampler-fontset-inline">
<input class="inline_font_id" value="" type="hidden">
<span class="fontsampler-fontset-sort-handle">&varr;</span>
<span class="fontsampler-fontset-sort-handle ui-sortable-handle">&varr;</span>

<div class="fontsampler-fontset-inline-wrapper">
{% include 'fontset-fonts.twig' %}
Expand Down

0 comments on commit 1dbb870

Please sign in to comment.