Skip to content

Commit 64f0c79

Browse files
committed
AC-15347 : Community themes contain resources for Commerce edition modules
1 parent c17c280 commit 64f0c79

File tree

2 files changed

+24
-16
lines changed
  • app/design/frontend/Magento

2 files changed

+24
-16
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// /**
2-
// * Copyright © Magento, Inc. All rights reserved.
3-
// * See COPYING.txt for license details.
4-
// */
1+
/**
2+
* Copyright 2025 Adobe
3+
* All Rights Reserved.
4+
*/
55

66
@desktop-popup-width: 380px;
77
@desktop-popup-margin-left: -((@desktop-popup-width + (@popup__padding * 2)) / 2);
@@ -12,6 +12,9 @@
1212
// Common
1313
// _____________________________________________
1414

15+
/**
16+
* @codingStandardsIgnoreStart
17+
*/
1518
& when (@media-common = true) {
1619
.wishlist {
1720
// Wish list split button
@@ -218,7 +221,7 @@
218221
.block-title {
219222
.lib-font-size(22);
220223
margin-bottom: @indent__base;
221-
224+
222225
> strong {
223226
font-weight: @font-weight__light;
224227
}
@@ -497,4 +500,5 @@
497500
.toolbar-wishlist-results {
498501
&:extend(.abs-pager-toolbar all);
499502
}
500-
}
503+
}
504+
// @codingStandardsIgnoreEnd

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

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// /**
2-
// * Copyright © Magento, Inc. All rights reserved.
3-
// * See COPYING.txt for license details.
4-
// */
1+
/**
2+
* Copyright 2025 Adobe
3+
* All Rights Reserved.
4+
*/
55

66
//
77
// Variables
@@ -16,6 +16,9 @@
1616
// Common
1717
// _____________________________________________
1818

19+
/**
20+
* @codingStandardsIgnoreStart
21+
*/
1922
& when (@media-common = true) {
2023
.wishlist {
2124
// Wish list split button
@@ -40,15 +43,15 @@
4043
.items {
4144
padding: 6px 0;
4245
text-align: left;
43-
46+
4447
.item {
4548
> span {
4649
display: block;
4750
padding: 5px 5px 5px 23px;
4851
}
4952

5053
}
51-
54+
5255
li {
5356
padding: 0;
5457
}
@@ -117,7 +120,7 @@
117120
&.split,
118121
&.toggle {
119122
.lib-css(color, @link__color);
120-
123+
121124
&:before {
122125
display: none;
123126
}
@@ -138,7 +141,7 @@
138141

139142
&.overlay {
140143
.lib-window-overlay();
141-
144+
142145
&.active {
143146
display: block;
144147
}
@@ -356,7 +359,7 @@
356359
// Select wish list
357360
&-select {
358361
margin: 0 -@layout__width-xs-indent 20px;
359-
362+
360363
.wishlist-name {
361364
.lib-font-size(16);
362365
&:extend(.abs-toggling-title-mobile all);
@@ -568,4 +571,5 @@
568571
.toolbar-wishlist-results {
569572
&:extend(.abs-pager-toolbar all);
570573
}
571-
}
574+
}
575+
// @codingStandardsIgnoreEnd

0 commit comments

Comments
 (0)