Skip to content

Commit 172e5ae

Browse files
1 parent 6110fdd commit 172e5ae

File tree

2 files changed

+6
-7
lines changed
  • app/design/frontend/Magento

2 files changed

+6
-7
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/module/_toolbar.less

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,9 @@
188188
.lib-icon-font-symbol(@icon-list);
189189
}
190190

191-
.limiter {
192-
float: right;
193-
194-
.products.wrapper ~ .toolbar & {
191+
.toolbar {
192+
.products.wrapper ~ & .limiter {
193+
float: right;
195194
display: block;
196195
}
197196
}

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_toolbar.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@
233233
}
234234
}
235235

236-
.limiter {
237-
float: right;
238-
.products.wrapper ~ .toolbar & {
236+
.toolbar {
237+
.products.wrapper ~ & .limiter {
238+
float: right;
239239
display: block;
240240
}
241241
}

0 commit comments

Comments
 (0)