Skip to content

Commit 4a6932e

Browse files
ENGCOM-5555: Remove sr-only from subscribe button newsletter form #24028
2 parents 89cf888 + 319b475 commit 4a6932e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Newsletter/view/frontend/templates/subscribe.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</div>
3131
</div>
3232
<div class="actions">
33-
<button class="action subscribe primary sr-only"
33+
<button class="action subscribe primary"
3434
title="<?= $block->escapeHtmlAttr(__('Subscribe')) ?>"
3535
type="submit"
3636
aria-label="Subscribe">

0 commit comments

Comments
 (0)