Skip to content

Commit

Permalink
Merge pull request #1296 from sacr3dc0w/header-mobile-logo
Browse files Browse the repository at this point in the history
Fix cart link not being clickable on mobile when white space reduced around store logo
  • Loading branch information
junedkazi authored Jul 2, 2018
2 parents 64010b7 + 4ff38fa commit 5695f34
Show file tree
Hide file tree
Showing 2 changed files with 3 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 Webpack DefinePlugin configuration. [#1286](https://github.com/bigcommerce/cornerstone/pull/1286)
- Disable zoom and link for default "No Image" image. [#1291](https://github.com/bigcommerce/cornerstone/pull/1291)
- Fix for ESLint "quotes" and "quote-props" errors. [#1280](https://github.com/bigcommerce/cornerstone/pull/1280)
- Fix cart link not being clickable on mobile when white space reduced around store logo [#1296](https://github.com/bigcommerce/cornerstone/pull/1296)

## 2.2.0 (2018-06-22)
- Fix quantity edit on Simple Product AMP pages. [#1257](https://github.com/bigcommerce/cornerstone/pull/1257)
Expand Down
3 changes: 2 additions & 1 deletion assets/scss/layouts/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
padding: $header-logo-paddingVertical 0;
position: relative;
text-decoration: none;
width: 100%;
width: 60%;
z-index: zIndex("low");

// scss-lint:disable NestingDepth
Expand All @@ -78,6 +78,7 @@
border-bottom: 0;
display: inline;
padding: 0;
width: 100%;
}

&:hover {
Expand Down

0 comments on commit 5695f34

Please sign in to comment.