Skip to content

Commit

Permalink
fix(storefront)BCTHEME170: fix empty cart notification (#1846)
Browse files Browse the repository at this point in the history
Co-authored-by: BC-tymurbiedukhin <66319629+BC-tymurbiedukhin@users.noreply.github.com>
  • Loading branch information
bc-alexsaiannyi and BC-tymurbiedukhin authored Oct 2, 2020
1 parent a4245ea commit 7b6fb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed empty cart notification not announced by screen reader. [#1846](https://github.com/bigcommerce/cornerstone/pull/1846)
- Product carousel with related products - arrows not working. [#1828](https://github.com/bigcommerce/cornerstone/pull/1828)
- Fixed contrast on buttons border color in compliance with AA standard [#1817](https://github.com/bigcommerce/cornerstone/pull/1817)
- Fixed contrast on carousel arrows input according to AA standard [#1814](https://github.com/bigcommerce/cornerstone/pull/1814)
Expand Down
2 changes: 1 addition & 1 deletion templates/pages/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
{{/if}}
{{else}}
<h3>{{lang 'cart.checkout.empty_cart'}}</h3>
<h3 tabindex="0">{{lang 'cart.checkout.empty_cart'}}</h3>
{{/if}}

</main>
Expand Down

0 comments on commit 7b6fb33

Please sign in to comment.