Skip to content

Commit cf58fe9

Browse files
authored
ENGCOM-4202: [Catalog] Fixing compare block product removing action from sidebar #21102
2 parents 3b761f1 + 5a69103 commit cf58fe9

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
@@ -540,6 +540,15 @@
540540
}
541541
}
542542

543+
.block-compare {
544+
.action {
545+
&.delete {
546+
&:extend(.abs-remove-button-for-blocks all);
547+
right: initial;
548+
}
549+
}
550+
}
551+
543552
.action.tocart {
544553
border-radius: 0;
545554
}

0 commit comments

Comments
 (0)