Skip to content

Commit

Permalink
Merge pull request #2917 from RGijsberts/feature/remove-chevron-arrow…
Browse files Browse the repository at this point in the history
…s-when-only-one-productimage

Removed chevron arrows when only one product image
  • Loading branch information
pkarw authored May 22, 2019
2 parents d342d5b + 28070af commit 4e23096
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 @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Unexpected `window.localStorage` use in user module actions - @zulcom (#2735)
- Fix handling state of same address checkbox in the checkout - @lukeromanowicz (#2730)
- Fix for `everythingNew` collection on home page - @vishal-7037 (#2761)
- Fixed display of chevron arrows when there is only one product image - RGijsberts - (#2911)
- Fixed `Clear cart` option as it previously was not syncing the changes with server - therefore when the user was logged in and cleard the cart all the products were restored - @pkarw (#2587)
- Fixed the cart sync for a rare case that current cart token was empty - @pkarw (#2592)
- Use event bus to emit 'application-after-init' event (#2852)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ img[lazy=loaded] {
.VueCarousel-navigation {
opacity: 0;
&--disabled {
opacity: 0.3;
display: none;
}
}
.VueCarousel-dot {
Expand Down

0 comments on commit 4e23096

Please sign in to comment.