We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc407d9 commit 2b3deabCopy full SHA for 2b3deab
app/code/Magento/Wishlist/view/frontend/web/css/styles.less
@@ -1,14 +1,19 @@
1
+
2
.toolbar {
3
+ .wishlist-toolbar {
4
+ .pages {
5
+ display: inline-block;
6
+ z-index: 0;
7
+ position: absolute;
8
+ }
9
+ .toolbar-amount, .limiter {
10
+ z-index: 1;
11
12
13
14
+}
15
+.toolbar.wishlist-toolbar{
16
.limiter {
17
float: right;
18
}
- .wishlist-toolbar .pages {
- display: inline-block;
- z-index: 0;
- position: absolute;
- }
- .wishlist-toolbar .toolbar-amount, .limiter {
- z-index: 1;
19
0 commit comments