Skip to content

Commit cd13eb6

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

File tree

6 files changed

+4
-16
lines changed

6 files changed

+4
-16
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 {

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@
7272
.form-giftregistry-search {
7373
margin-bottom: @indent__l*2;
7474

75-
.legend {
76-
&:extend(.abs-account-title all);
77-
}
78-
7975
.fields-specific-options {
8076
.field {
8177
&:nth-last-of-type(1) {

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@
180180
}
181181

182182
.block-wishlist-search-form {
183-
.block-title {
184-
&:extend(.abs-account-title all);
185-
}
186-
187183
.form-wishlist-search {
188184
margin-bottom: @indent__l * 2;
189185
max-width: 500px;
@@ -218,7 +214,7 @@
218214
.block-title {
219215
.lib-font-size(22);
220216
margin-bottom: @indent__base;
221-
217+
222218
> strong {
223219
font-weight: @font-weight__light;
224220
}

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

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

190190
.block-title,
191191
.block-content .title {
192-
&:extend(.abs-account-title all);
193192
border-bottom: @border-width__base solid @border-color__base;
194193
padding-bottom: @indent__s;
195194

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
& when (@media-common = true) {
1818
.rating-summary {
1919
.lib-rating-summary();
20-
20+
2121
.rating-result {
2222
margin-left: -5px;
2323
}
@@ -299,7 +299,6 @@
299299
display: table;
300300
margin-bottom: @indent__s;
301301
max-width: 100%;
302-
&:extend(.abs-rating-summary all);
303302
}
304303

305304
&-author {

0 commit comments

Comments
 (0)