File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 164
164
}
165
165
}
166
166
}
167
+
167
168
.products-grid.wishlist {
168
169
.product-item-actions {
169
170
.action {
170
171
& .edit ,
171
172
& .delete {
172
173
.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
174
+ @icon-edit ,
175
+ @_icon-font-size : 18px ,
176
+ @_icon-font-line-height : 20px ,
177
+ @_icon-font-text-hide : true ,
178
+ @_icon-font-color : @minicart-icons-color ,
179
+ @_icon-font-color-hover : @primary__color ,
180
+ @_icon-font-color-active : @minicart-icons-color
180
181
);
181
182
}
182
183
183
184
& .delete {
184
185
.lib-icon-font-symbol (
185
- @_icon-font-content : @icon-trash
186
+ @_icon-font-content : @icon-trash
186
187
);
187
188
}
188
189
}
You can’t perform that action at this time.
0 commit comments