Skip to content

Commit ac49cf5

Browse files
committed
Removes less code that uses frontend definitions in an adminhtml file. Fixes #775
1 parent 262b3d5 commit ac49cf5

File tree

1 file changed

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

1 file changed

+0
-9
lines changed

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

-9
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
margin-left: -20px;
2828
}
2929

30-
.product-items {
31-
&:extend(.abs-reset-list all);
32-
}
33-
3430
.product-item {
3531
display: inline-block;
3632
max-width: 100%;
@@ -40,8 +36,6 @@
4036
vertical-align: top;
4137
width: 200px;
4238

43-
&:extend(.abs-add-box-sizing all);
44-
4539
a,
4640
button,
4741
.swatch-attribute-options {
@@ -192,7 +186,6 @@
192186
}
193187

194188
&.towishlist {
195-
&:extend(.abs-actions-addto all);
196189
.lib-icon-font-symbol(
197190
@_icon-font-content: @icon-wishlist-full,
198191
@_icon-font-position: before
@@ -209,7 +202,6 @@
209202
}
210203

211204
.product-item-name {
212-
&:extend(.abs-product-link all);
213205
-moz-hyphens: auto;
214206
-ms-hyphens: auto;
215207
-webkit-hyphens: auto;
@@ -274,7 +266,6 @@
274266
overflow: hidden;
275267
position: relative;
276268
z-index: 1;
277-
&:extend(.abs-reset-image-wrapper all);
278269
}
279270

280271
.product-image-container {

0 commit comments

Comments
 (0)