Skip to content

Commit 319b475

Browse files
ENGCOM-5555: Remove sr-only from subscribe button newsletter form #24028
- Merge Pull Request #24028 from Krielkip/magento2:2.3-develop - Merged commits: 1. 9279b69
2 parents 582d278 + 9279b69 commit 319b475

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)