Skip to content

Commit

Permalink
Merge pull request #1266 from sacr3dc0w/mobile-theme-editor
Browse files Browse the repository at this point in the history
Fix for Changing Menu Colors In Theme Editor Not Respected In Mobile View
  • Loading branch information
junedkazi authored Jun 14, 2018
2 parents fb7b368 + 84e0c84 commit 9b92180
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
Expand Up @@ -6,6 +6,7 @@
- Fix duplicate IDs occurrence in product options in certain situations & syntax fix in bulk-discount-rates component [#1223](https://github.com/bigcommerce/cornerstone/pull/1223)
- Fix use case that prevented retail/sale prices from displaying on product details page [#1262](https://github.com/bigcommerce/cornerstone/pull/1262)
- Fix svg arrows missing on AMP product pages. [#1258](https://github.com/bigcommerce/cornerstone/pull/1258)
- Fix for Changing Menu Colors In Theme Editor Not Respected In Mobile View [#1266](https://github.com/bigcommerce/cornerstone/pull/1266)

## 2.1.0 (2018-06-01)
- Add Newsletter summary section to subscription form. [#1248](https://github.com/bigcommerce/cornerstone/pull/1248)
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/settings/stencil/navPages/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ $navPage-subMenu-horizontal-width: rem-calc(215px);
$navPage-subMenu-item--is-highlighted-background: #c8bdb2;
$navPage-subMenu-item--is-highlighted-color: #000;
$navPages-action-moreIcon-borderColor: #d6cdc0;
$navPages-backgroundColor: container("fill", "dark");
$navPages-backgroundColor: stencilColor("navPages-subMenu-backgroundColor");
$navPages-list--user-borderColor: $navPage-borderColor;

0 comments on commit 9b92180

Please sign in to comment.