File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
code/Magento/PageCache/view/frontend/web/js
Magento_Checkout/web/css/source/module
Magento_MultipleWishlist/web/css/source
luma/Magento_Checkout/web/css/source/module Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ define([
36
36
* @returns {Array }
37
37
*/
38
38
$ . fn . comments = function ( ) {
39
- var elements = [ ] ;
39
+ var elements = [ ] ,
40
+ contents ,
41
+ elementContents ;
40
42
41
43
/**
42
44
* @param {jQuery } element - Comment holder
@@ -55,7 +57,7 @@ define([
55
57
}
56
58
57
59
// rewrite jQuery contents()
58
- var contents = function ( element ) {
60
+ contents = function ( element ) {
59
61
return $ . map ( element , function ( elem ) {
60
62
try {
61
63
return $ . nodeName ( elem , "iframe" ) ?
@@ -68,7 +70,7 @@ define([
68
70
} ) ;
69
71
} ;
70
72
71
- var elementContents = contents ( $ ( element ) ) ;
73
+ elementContents = contents ( $ ( element ) ) ;
72
74
73
75
$ . each ( elementContents , function ( index , el ) {
74
76
switch ( el . nodeType ) {
Original file line number Diff line number Diff line change 107
107
@_toggle-selector : ~ ' .action.showcart' ,
108
108
@_options-selector : ~ ' .block-minicart' ,
109
109
@_dropdown-list-width : 320px ,
110
- @_dropdown-list-position-right : 0 px ,
110
+ @_dropdown-list-position-right : 0 ,
111
111
@_dropdown-list-pointer-position : right ,
112
112
@_dropdown-list-pointer-position-left-right : 26px ,
113
113
@_dropdown-list-z-index : 101 ,
Original file line number Diff line number Diff line change 389
389
.media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
390
390
.wishlist {
391
391
& .window.popup {
392
+ .field {
393
+ .lib-form-field-type-revert (@_type : block );
394
+ }
395
+
392
396
bottom : auto ;
393
397
.lib-css (top , @desktop-popup-position-top );
394
398
.lib-css (left , @desktop-popup-position-left );
395
399
.lib-css (margin-left , @desktop-popup-margin-left );
396
400
.lib-css (width , @desktop-popup-width );
397
401
right : auto ;
398
-
399
- .field {
400
- .lib-form-field-type-revert (@_type : block );
401
- }
402
402
}
403
403
}
404
404
Original file line number Diff line number Diff line change 110
110
@_toggle-selector : ~ ' .action.showcart' ,
111
111
@_options-selector : ~ ' .block-minicart' ,
112
112
@_dropdown-list-width : 320px ,
113
- @_dropdown-list-position-right : 0 px ,
113
+ @_dropdown-list-position-right : 0 ,
114
114
@_dropdown-list-pointer-position : right ,
115
115
@_dropdown-list-pointer-position-left-right : 26px ,
116
116
@_dropdown-list-z-index : 101 ,
You can’t perform that action at this time.
0 commit comments