Skip to content

Commit d9e0cfd

Browse files
committed
MAGETWO-98251 Apply style fixes for Luma
1 parent 1ccd6a2 commit d9e0cfd

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397

398398
.box-tocart {
399399
&:extend(.abs-box-tocart all);
400-
400+
401401
.field.qty {
402402
}
403403

@@ -987,6 +987,24 @@
987987
}
988988
}
989989
}
990+
991+
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
992+
.sidebar {
993+
.product-items {
994+
.action {
995+
&.delete {
996+
&:extend(.abs-remove-button-for-blocks all);
997+
position: absolute;
998+
top: -1px;
999+
right: 0;
1000+
line-height: unset;
1001+
width: auto;
1002+
}
1003+
}
1004+
}
1005+
}
1006+
}
1007+
9901008
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
9911009
.compare.wrapper,
9921010
[class*='block-compare'] {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@
366366
}
367367

368368
.product-item-actions {
369-
position: relative;
370369
z-index: 1;
371370
}
372371
}

0 commit comments

Comments
 (0)