Skip to content

Commit 12cf4e0

Browse files
committed
PB-76: PageBuilder Product List Template Is Missing Product Color & Size Options in Admin
- Fix pointer events
1 parent f79cc42 commit 12cf4e0

File tree

1 file changed

+5
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,16 @@
3636
max-width: 100%;
3737
min-width: 50px;
3838
padding-left: 20px;
39-
pointer-events: none;
4039
vertical-align: top;
4140
width: 200px;
4241

4342
&:extend(.abs-add-box-sizing all);
4443

44+
a,
45+
button,
46+
.swatch-attribute-options {
47+
pointer-events: none;
48+
}
4549

4650
.price-box {
4751
margin: @indent__s 0 @indent__m;

0 commit comments

Comments
 (0)