Skip to content

Commit

Permalink
fix(storefront): BCTHEME-855 Sliding carousel with products cause foo…
Browse files Browse the repository at this point in the history
…ter headers flickering
  • Loading branch information
yurytut1993 committed Sep 16, 2021
1 parent 74b4671 commit c5b9577
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Fix sliding carousel with products cause footer headers flickering. [#2119](https://github.com/bigcommerce/cornerstone/pull/2119)


## 6.1.0 (09-03-2021)
- Fixed images placeholder on hero carousel shifted on mobile when slide has content. [#2112](https://github.com/bigcommerce/cornerstone/pull/2112)
Expand Down
14 changes: 2 additions & 12 deletions assets/scss/layouts/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// 1. To enable the grid's display: inline-block; to work properly, we need to
// remove the white-space that it creates between columns with font-size: 0;
// 2. Re-set the font-size that was reduced to 0 in point 1 for children.
// 3. Fix for text flickers on windows devices
//
// -----------------------------------------------------------------------------

Expand All @@ -17,6 +18,7 @@
border-top: container("border");
padding: spacing("double") 0;
position: relative;
transform: translateZ(0); // 3
}

.footer-title-sr-only {
Expand Down Expand Up @@ -167,18 +169,6 @@
}
}

.footer-geotrust-ssl-seal {
@include breakpoint("small") {
bottom: 0;
position: absolute;
right: 16px;
}

table {
margin: auto;
}
}

.footer-newsletter-summary {
text-align: left;
}
8 changes: 0 additions & 8 deletions templates/components/common/geotrust-ssl-seal.html

This file was deleted.

0 comments on commit c5b9577

Please sign in to comment.