File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed
blank/Magento_Wishlist/web/css/source
luma/Magento_Wishlist/web/css/source Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/**
8
- * Wishlist block customer items
9
- *
10
8
* @author Magento Core Team <core@magentocommerce.com>
11
9
*/
12
10
namespace Magento \Wishlist \Block \Customer ;
13
11
14
12
/**
13
+ * Wishlist block customer items.
14
+ *
15
15
* @api
16
16
* @since 100.0.2
17
17
*/
@@ -86,6 +86,7 @@ protected function _prepareCollection($collection)
86
86
* Paginate Wishlist Product Items collection
87
87
*
88
88
* @return void
89
+ * @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
89
90
*/
90
91
private function paginateCollection ()
91
92
{
@@ -252,6 +253,7 @@ public function getAddToCartQty(\Magento\Wishlist\Model\Item $item)
252
253
253
254
/**
254
255
* Get add all to cart params for POST request
256
+ *
255
257
* @return string
256
258
*/
257
259
public function getAddAllToCartParams ()
@@ -263,7 +265,7 @@ public function getAddAllToCartParams()
263
265
}
264
266
265
267
/**
266
- * @return string
268
+ * @inheritdoc
267
269
*/
268
270
protected function _toHtml ()
269
271
{
Original file line number Diff line number Diff line change 15
15
"magento/module-rss" : " *" ,
16
16
"magento/module-sales" : " *" ,
17
17
"magento/module-store" : " *" ,
18
+ "magento/module-theme" : " *" ,
18
19
"magento/module-ui" : " *"
19
20
},
20
21
"suggest" : {
Original file line number Diff line number Diff line change 9
9
10
10
& when (@media-common = true ) {
11
11
.toolbar {
12
- & .wishlist-toolbar {
12
+ & .wishlist-toolbar {
13
13
.limiter {
14
14
float : right ;
15
15
}
16
16
.main .pages {
17
17
display : inline-block ;
18
- z-index : 0 ;
19
18
position : relative ;
19
+ z-index : 0 ;
20
20
}
21
- .toolbar-amount , .limiter {
22
- z-index : 1 ;
21
+ .toolbar-amount ,
22
+ .limiter {
23
23
display : inline-block ;
24
+ z-index : 1 ;
24
25
}
25
26
}
26
27
}
Original file line number Diff line number Diff line change 9
9
10
10
& when (@media-common = true ) {
11
11
.toolbar {
12
- & .wishlist-toolbar {
12
+ & .wishlist-toolbar {
13
13
.limiter {
14
14
float : right ;
15
15
}
16
16
.main .pages {
17
17
display : inline-block ;
18
- z-index : 0 ;
19
18
position : relative ;
19
+ z-index : 0 ;
20
20
}
21
- .toolbar-amount , .limiter {
22
- z-index : 1 ;
21
+ .toolbar-amount ,
22
+ .limiter {
23
23
display : inline-block ;
24
+ z-index : 1 ;
24
25
}
25
26
}
26
27
}
You can’t perform that action at this time.
0 commit comments