Skip to content

Commit 164a053

Browse files
committed
Fixes some less compilation problems in Magento's luma theme.
1 parent 820fd79 commit 164a053

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

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 {

0 commit comments

Comments
 (0)