Skip to content

Commit 5a69103

Browse files
ENGCOM-4202: [Catalog] Fixing compare block product removing action from sidebar #21102
- Merge Pull Request #21102 from eduard13/magento2:2.3-develop-compare-block-remove-action-fix - Merged commits: 1. 60e59a8
2 parents b2f1417 + 60e59a8 commit 5a69103

File tree

1 file changed

+9
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Catalog/web/css/source

1 file changed

+9
-0
lines changed

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,15 @@
534534
}
535535
}
536536

537+
.block-compare {
538+
.action {
539+
&.delete {
540+
&:extend(.abs-remove-button-for-blocks all);
541+
right: initial;
542+
}
543+
}
544+
}
545+
537546
.action.tocart {
538547
border-radius: 0;
539548
}

0 commit comments

Comments
 (0)