Skip to content

Commit

Permalink
ENGCOM-6622: [Fixed Compare Products section not showing in mobile vi…
Browse files Browse the repository at this point in the history
…ew under 767px] #26418

 - Merge Pull Request #26418 from hitesh-wagento/magento2:fixed-compare-product-notshowing-hitesh
 - Merged commits:
   1. 1aed73e
   2. f88223a
   3. e90a4a1
  • Loading branch information
magento-engcom-team committed Feb 19, 2020
2 parents cde4f67 + e90a4a1 commit 5b4ce2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@
}

.compare,
.product-item-actions .actions-secondary > .action.tocompare,
[class*='block-compare'] {
.product-addto-links .action.tocompare,
.product-item-actions .actions-secondary > .action.tocompare {
display: none;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,7 @@
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.compare.wrapper,
[class*='block-compare'] {
.compare.wrapper {
display: none;
}
.catalog-product_compare-index {
Expand Down

0 comments on commit 5b4ce2f

Please sign in to comment.