Skip to content

Commit

Permalink
feat(storefront): BCTHEME-275 add upsell banner contrast (#1891)
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 Nov 17, 2020
1 parent 931a287 commit db634a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Add sufficient contrast for Upsell Banners in Cornerstone Theme according to AA Standard. [#1891](https://github.com/bigcommerce/cornerstone/pull/1891)
- Add appropriate text contrast for "Skip to Main Content". [#1880](https://github.com/bigcommerce/cornerstone/pull/1880)
- Product list item Quick view button is not tabbable. [#1900](https://github.com/bigcommerce/cornerstone/pull/1900)
- Social icon tooltip displaying should be fixed. [1907](https://github.com/bigcommerce/cornerstone/pull/1907)
Expand Down
1 change: 1 addition & 0 deletions assets/scss/components/foundation/alerts/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.alertBox--info {
color: stencilColor("alert-color-alt");
background-color: stencilColor("banner--deafault-backgroundColor");

.alertBox-close {

Expand Down
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"color-greyLight": "#999999",
"color-greyLighter": "#cccccc",
"color-greyLightest": "#e5e5e5",
"banner--deafault-backgroundColor": "#707070",
"button--default-color": "#666666",
"button--default-colorHover": "#333333",
"button--default-colorActive": "#000000",
Expand Down Expand Up @@ -442,6 +443,7 @@
"color-greyLight": "#757575",
"color-greyLighter": "#666666",
"color-greyLightest": "#444444",
"banner--deafault-backgroundColor": "#b7b4b4",
"button--default-color": "#cccccc",
"button--default-colorHover": "#ffffff",
"button--default-colorActive": "#ffffff",
Expand Down Expand Up @@ -646,6 +648,7 @@
"color-greyLight": "#a5a5a5",
"color-greyLighter": "#dfdfdf",
"color-greyLightest": "#e8e8e8",
"banner--deafault-backgroundColor": "#7D644A",
"button--default-color": "#74685c",
"button--default-colorHover": "#4f3f2f",
"button--default-colorActive": "#917052",
Expand Down

0 comments on commit db634a7

Please sign in to comment.