Skip to content

Commit 29a50f9

Browse files
committed
PB-76: PageBuilder Product List Template Is Missing Product Color & Size Options in Admin
1 parent 5c43245 commit 29a50f9

File tree

7 files changed

+404
-6
lines changed

7 files changed

+404
-6
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/block/_default.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// _____________________________________________
99

1010
.pagebuilder-content-type .pagebuilder-block {
11-
&:before {
12-
content: '';
13-
}
1411
.pagebuilder-block-placeholder {
1512
align-items: center;
1613
background-color: @color-gray98;
@@ -28,6 +25,9 @@
2825
min-height: 50px;
2926
pointer-events: none;
3027
}
28+
.admin__data-grid-loading-mask {
29+
z-index: 21;
30+
}
3131
}
3232
.pagebuilder-block-chooser {
3333
.block-title {

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products/_default.less

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
[data-content-type='products'],
1111
.pagebuilder-products {
12-
.rendered-content a,
13-
.rendered-content button {
12+
.rendered-content {
1413
pointer-events: none;
1514
}
1615

@@ -285,6 +284,14 @@
285284
}
286285
}
287286
}
287+
288+
.swatch-attribute {
289+
box-sizing: content-box;
290+
291+
&:last-child {
292+
margin-bottom: 2rem;
293+
}
294+
}
288295
}
289296

290297
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__xl) {

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products/_import.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
// _____________________________________________
99

1010
@import './_default.less';
11+
@import './_swatches.less';

0 commit comments

Comments
 (0)