Skip to content

Commit 6b9183e

Browse files
authored
ENGCOM-5546: Fixes less compilation problems in the Magento/luma theme #24003
2 parents a998b2f + 02c6691 commit 6b9183e

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848
}
4949

5050
.block-content {
51-
&:extend(.abs-add-clearfix-desktop all);
52-
53-
.box {
54-
&:extend(.abs-blocks-2columns all);
55-
}
56-
5751
.actions-toolbar {
5852
clear: both;
5953
.lib-actions-toolbar(
@@ -188,4 +182,16 @@
188182
&:extend(.abs-add-clearfix-desktop all);
189183
}
190184
}
185+
186+
.column {
187+
.block-addbysku {
188+
.block-content {
189+
&:extend(.abs-add-clearfix-desktop all);
190+
191+
.box {
192+
&:extend(.abs-blocks-2columns all);
193+
}
194+
}
195+
}
196+
}
191197
}

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// _____________________________________________
1919

2020
& when (@media-common = true) {
21-
21+
2222
.search {
2323
.fieldset {
2424
.control {
@@ -31,7 +31,7 @@
3131
}
3232
}
3333
}
34-
34+
3535
.block-search {
3636
margin-bottom: 0;
3737

@@ -136,8 +136,6 @@
136136
}
137137

138138
.form.search.advanced {
139-
&:extend(.abs-forms-general-desktop all);
140-
141139
.fields.range {
142140
.field {
143141
&:first-child {
@@ -275,4 +273,8 @@
275273
.search-autocomplete {
276274
margin-top: 0;
277275
}
276+
277+
.form.search.advanced {
278+
&:extend(.abs-forms-general-desktop all);
279+
}
278280
}

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_estimated-total.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// ---------------------------------------------
1515

1616
.opc-estimated-wrapper {
17-
&:extend(.abs-no-display-desktop all);
1817
&:extend(.abs-add-clearfix all);
1918
.lib-css(background, @checkout-step-content-mobile__background);
2019
.lib-css(border-bottom, @checkout-step-title__border);
@@ -54,6 +53,6 @@
5453

5554
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
5655
.opc-estimated-wrapper {
57-
display: none;
56+
&:extend(.abs-no-display-desktop all);
5857
}
5958
}

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/fields/_file-uploader.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129

130130
.file-uploader-preview {
131131
.action-remove {
132-
&:extend(.abs-action-reset all);
133132
.lib-icon-font (
134133
@icon-delete__content,
135134
@_icon-font: @icons__font-name,

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
}
9393

9494
.field.choice {
95-
&:extend(.clearer all);
9695
border-bottom: 1px solid @color-gray92;
9796
box-sizing: border-box;
9897
margin-bottom: @indent__s;
@@ -178,10 +177,6 @@
178177

179178
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
180179
.page-product-downloadable {
181-
.product-add-form {
182-
&:extend(.clearer all);
183-
}
184-
185180
.product-options-wrapper {
186181
float: left;
187182
width: 55%;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
& when (@media-common = true) {
2828
.gift-message {
2929
.field {
30-
&:extend(.abs-clearfix all);
3130
margin-bottom: @indent__base;
3231

3332
.label {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@
311311
margin-right: 30px;
312312

313313
&.print {
314-
&:extend(.abs-action-print all);
315314
display: none;
316315
margin: 0;
317316
}
@@ -589,6 +588,7 @@
589588

590589
.order-actions-toolbar {
591590
.action.print {
591+
&:extend(.abs-action-print all);
592592
display: block;
593593
float: right;
594594
}
@@ -709,7 +709,7 @@
709709
}
710710
}
711711

712-
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
712+
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
713713
.order-links {
714714
.item {
715715
margin: 0 @tab-control__margin-right 0 0;

0 commit comments

Comments
 (0)