Skip to content

Commit

Permalink
Removes less code that uses frontend definitions in an adminhtml file.
Browse files Browse the repository at this point in the history
…Fixes #775
  • Loading branch information
hostep committed Jun 23, 2022
1 parent db0303f commit a24ad75
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
margin-left: -20px;
}

.product-items {
&:extend(.abs-reset-list all);
}

.product-item {
display: inline-block;
max-width: 100%;
Expand All @@ -40,8 +36,6 @@
vertical-align: top;
width: 200px;

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

a,
button,
.swatch-attribute-options {
Expand Down Expand Up @@ -192,7 +186,6 @@
}

&.towishlist {
&:extend(.abs-actions-addto all);
.lib-icon-font-symbol(
@_icon-font-content: @icon-wishlist-full,
@_icon-font-position: before
Expand All @@ -209,7 +202,6 @@
}

.product-item-name {
&:extend(.abs-product-link all);
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
Expand Down Expand Up @@ -274,7 +266,6 @@
overflow: hidden;
position: relative;
z-index: 1;
&:extend(.abs-reset-image-wrapper all);
}

.product-image-container {
Expand Down

0 comments on commit a24ad75

Please sign in to comment.