Skip to content

Commit

Permalink
ENGCOM-4202: [Catalog] Fixing compare block product removing action f…
Browse files Browse the repository at this point in the history
…rom sidebar #21102

 - Merge Pull Request #21102 from eduard13/magento2:2.3-develop-compare-block-remove-action-fix
 - Merged commits:
   1. 60e59a8
  • Loading branch information
magento-engcom-team committed Feb 11, 2019
2 parents b2f1417 + 60e59a8 commit 5a69103
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,15 @@
}
}

.block-compare {
.action {
&.delete {
&:extend(.abs-remove-button-for-blocks all);
right: initial;
}
}
}

.action.tocart {
border-radius: 0;
}
Expand Down

0 comments on commit 5a69103

Please sign in to comment.