13 lines
420 B
Handlebars
13 lines
420 B
Handlebars
<div class="scrying-pool__confirmation-bar {{variantClass}}"
|
|
role="status"
|
|
aria-live="polite"
|
|
aria-label="{{escapedMessage}}. {{undoLabel}}">
|
|
<span class="sp-confirmation-bar__message">{{{message}}}</span>
|
|
<button class="sp-confirmation-bar__undo-btn"
|
|
role="button"
|
|
aria-label="{{undoLabel}}"
|
|
data-action="confirmation-bar-undo">
|
|
{{{undoLabel}}}
|
|
</button>
|
|
</div>
|