Skip to content

Commit 544d99c

Browse files
committed
Fixing compare block product removing action from sidebar
1 parent 994348f commit 544d99c

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)