Skip to content

Commit

Permalink
♿ [open-formulieren/open-forms#4716] Added textual alternative to mul…
Browse files Browse the repository at this point in the history
…tiple value row delete button
  • Loading branch information
robinmolen authored and sergei-maertens committed Oct 23, 2024
1 parent 12c7fbb commit 10f5ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/formio/templates/multiValueRow.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{% if (!ctx.disabled) { %}
<td class="{{ctx.ofPrefix}}multi-value-row__remove">
<button type="button" class="utrecht-button utrecht-button--subtle utrecht-button--danger" title="{{ctx.t('Remove')}}" ref="removeRow">
<i class="{{ctx.iconClass('trash-can')}}"></i>
<i class="{{ctx.iconClass('trash-can')}}" aria-hidden="true"></i>
<span class="sr-only">{{ctx.t('Remove')}}</span>
</button>
</td>
{% } %}
Expand Down

0 comments on commit 10f5ac7

Please sign in to comment.