File tree 1 file changed +7
-13
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 186
186
}
187
187
188
188
& .towishlist {
189
- .lib-icon-font-symbol (
190
- @_icon-font-content : @icon-wishlist-full ,
191
- @_icon-font-position : before
192
- );
189
+ .lib-icon-font-symbol (@_icon-font-content : @icon-wishlist-full , @_icon-font-position : before);
193
190
}
194
191
195
192
& .tocompare {
196
- .lib-icon-font-symbol (
197
- @_icon-font-content : @icon-compare-full ,
198
- @_icon-font-position : before
199
- );
193
+ .lib-icon-font-symbol (@_icon-font-content : @icon-compare-full , @_icon-font-position : before);
200
194
}
201
195
}
202
196
}
243
237
}
244
238
245
239
.rating-summary {
246
- .lib-rating-summary (
247
- @_icon-font : ' luma-icons' ,
248
- @_icon-font-size : 16px ,
249
- @_icon-letter-spacing : 2px
250
- );
240
+ .lib-rating-summary (@_icon-font : ' luma-icons' , @_icon-font-size : 16px , @_icon-letter-spacing : 2px );
251
241
.lib-rating-summary-label-hide ();
252
242
253
243
display : inline-block ;
330
320
}
331
321
}
332
322
323
+ /* @codingStandardsIgnoreStart */
333
324
.admin__field-product-tooltip {
325
+ /* @codingStandardsIgnoreEnd */
334
326
[data- role= ' spinner' ] {
335
327
display : inline-block ;
336
328
}
337
329
330
+ /* @codingStandardsIgnoreStart */
338
331
.admin__field-tooltip-content ul {
332
+ /* @codingStandardsIgnoreEnd */
339
333
padding-left : 17px ;
340
334
padding-top : 10px ;
341
335
}
You can’t perform that action at this time.
0 commit comments