Skip to content

Commit

Permalink
fix(storefront): BCTHEME-379 fix non-text contrast on add to cart but…
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-alexsaiannyi authored and sacr3dc0w committed Mar 31, 2021
1 parent e27e3b7 commit 3635dbf
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 non-text contrast on add to cart modal according to WCAG AA standard. [#1946](https://github.com/bigcommerce/cornerstone/pull/1946)
- Fixed announcement of reCAPTCHA hidden content by screen reader. [#1943](https://github.com/bigcommerce/cornerstone/pull/1943)
- Carousel buttons do not receive focus. [#1937](https://github.com/bigcommerce/cornerstone/pull/1937)
- Empty cart message not read by screen reader. [#1935](https://github.com/bigcommerce/cornerstone/pull/1935)
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/tools/_theme_focus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$outline-width: 2px;
$outline-style: solid;
$outline-color: #2E8FFF;
$outline-color: #0F7FFF;
$outline-offset: 1px;

input,
Expand Down

0 comments on commit 3635dbf

Please sign in to comment.