Skip to content

Commit ed98703

Browse files
committed
Fixes some less compilation problems in Magento's blank theme.
1 parent cbcb8c6 commit ed98703

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
.opc-estimated-wrapper {
1717
&:extend(.abs-add-clearfix all);
18-
&:extend(.abs-no-display-desktop all);
1918
.lib-css(border-bottom, @border-width__base solid @color-gray80);
2019
margin: 0 0 15px;
2120
padding: 18px 15px;
@@ -37,7 +36,7 @@
3736
&:before {
3837
.lib-css(color, @button__color);
3938
}
40-
39+
4140
&:hover:before {
4241
.lib-css(color, @button__hover__color);
4342
}
@@ -53,6 +52,6 @@
5352

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
& when (@media-common = true) {
1919
.gift-message {
2020
.field {
21-
&:extend(.abs-clearfix all);
2221
margin-bottom: @indent__base;
2322

2423
.label {

0 commit comments

Comments
 (0)