Skip to content

Commit

Permalink
Merge pull request #1091 from deepa2083/CP-2383-recent
Browse files Browse the repository at this point in the history
CP-2383 Make cornerstone theme editor menu items to be easier to use
  • Loading branch information
Deepa Padmanabhan authored Oct 7, 2017
2 parents 13532c7 + 5ac7ab7 commit c758e6d
Show file tree
Hide file tree
Showing 4 changed files with 701 additions and 767 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Update product UPC when options with different UPC are selected [#1089](https://github.com/bigcommerce/cornerstone/pull/1089)
- Do not scale product thumbnail images [#1094](https://github.com/bigcommerce/cornerstone/pull/1094)
- Lazy load carousel images [#1090](https://github.com/bigcommerce/cornerstone/pull/1090)
- Theme Editor menu item updates for ease of use [#1091] (https://github.com/bigcommerce/cornerstone/pull/1091)

## 1.9.3 (2017-09-19)
- Fixes image overlapping details on product page and Quick View on small viewports [#1067](https://github.com/bigcommerce/cornerstone/pull/1067)
Expand Down
2 changes: 0 additions & 2 deletions assets/scss/settings/global/container/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ $container-border-global-size: 1px;
$container-border-global-style: solid;

$container-border-global-color-base: stencilColor("container-border-global-color-base");
$container-border-global-color-dark: stencilColor("container-border-global-color-dark");

$container-border-global-base: $container-border-global-size $container-border-global-style $container-border-global-color-base;
$container-border-global-dark: $container-border-global-size $container-border-global-style $container-border-global-color-dark;


// Drop shadows
Expand Down
3 changes: 0 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@
"dropdown--quickSearch-backgroundColor": "#e5e5e5",
"blockquote-cite-font-color": "#999999",
"container-border-global-color-base": "#e5e5e5",
"container-border-global-color-dark": "#333333",
"container-fill-base": "#ffffff",
"container-fill-dark": "#e5e5e5",
"label-backgroundColor": "#cccccc",
Expand Down Expand Up @@ -510,7 +509,6 @@
"dropdown--quickSearch-backgroundColor": "#555555",
"blockquote-cite-font-color": "#999999",
"container-border-global-color-base": "#666666",
"container-border-global-color-dark": "#222222",
"container-fill-base": "#555555",
"container-fill-dark": "#333333",
"label-backgroundColor": "#333333",
Expand Down Expand Up @@ -782,7 +780,6 @@
"dropdown--quickSearch-backgroundColor": "#f2eee9",
"blockquote-cite-font-color": "#b39c88",
"container-border-global-color-base": "#ccbdae",
"container-border-global-color-dark": "#ccbdae",
"container-fill-base": "#ffffff",
"container-fill-dark": "#f2eee9",
"label-backgroundColor": "#bd5b00",
Expand Down
Loading

0 comments on commit c758e6d

Please sign in to comment.