Skip to content

Commit b24df57

Browse files
abrarpathan19Amol Chaudhari
authored andcommitted
fixed-20790
1 parent 285af5b commit b24df57

File tree

1 file changed

+25
-9
lines changed
  • app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source

1 file changed

+25
-9
lines changed

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

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,30 @@
164164
}
165165
}
166166
}
167+
.products-grid.wishlist {
168+
.product-item-actions {
169+
.action {
170+
&.edit,
171+
&.delete {
172+
.lib-icon-font(
173+
@icon-edit,
174+
@_icon-font-size: 18px,
175+
@_icon-font-line-height: 20px,
176+
@_icon-font-text-hide: true,
177+
@_icon-font-color: @minicart-icons-color,
178+
@_icon-font-color-hover: @primary__color,
179+
@_icon-font-color-active: @minicart-icons-color
180+
);
181+
}
182+
183+
&.delete {
184+
.lib-icon-font-symbol(
185+
@_icon-font-content: @icon-trash
186+
);
187+
}
188+
}
189+
}
190+
}
167191
}
168192

169193
//
@@ -211,15 +235,7 @@
211235
&:last-child {
212236
margin-right: 0;
213237
}
214-
215-
&.edit {
216-
float: left;
217-
}
218-
219-
&.delete {
220-
float: right;
221-
}
222-
238+
223239
&.edit,
224240
&.delete {
225241
margin-top: 7px;

0 commit comments

Comments
 (0)