File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 285
285
.lib-icon-text-hide ();
286
286
}
287
287
288
+ ._lib-icon-image-url (@_path ) when not (@_path = false) {
289
+ .lib-css (background-image , url (@_path ));
290
+ }
291
+
288
292
._lib-icon-image (
289
293
@_icon-image ,
290
294
@_icon-image-width ,
294
298
@_icon-image-position-x ,
295
299
@_icon-image-position-y
296
300
) {
297
- .lib-url-check (@_icon-image );
298
-
299
- .lib-css (background-image , @lib-url-check-output ); // @lib-url-check-output is a returned variable of .lib-url-check() mixin
301
+ ._lib-icon-image-url (@_icon-image );
300
302
.lib-css (background-position-x , @_icon-image-position-x );
301
303
.lib-css (background-position-y , @_icon-image-position-y );
302
304
.lib-css (line-height , @_icon-image-height );
Original file line number Diff line number Diff line change 333
333
@url : " @{baseDir}@{_module} /@{_path} " ;
334
334
}
335
335
336
- //
337
- // Url existing check
338
- // ---------------------------------------------
339
-
340
- .lib-url-check (@_path ) {
341
- @lib-url-check-output : @_path ;
342
- }
343
-
344
- .lib-url-check (@_path ) when not (@_path = false) {
345
- @lib-url-check-output : url(@_path ) ;
346
- }
347
-
348
336
//
349
337
// Arrow
350
338
// ---------------------------------------------
You can’t perform that action at this time.
0 commit comments