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
  • Loading branch information
sidolov authored Feb 14, 2019
2 parents 3b761f1 + 5a69103 commit cf58fe9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,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 cf58fe9

Please sign in to comment.