Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 950a668

Browse files
1 parent b1f7b25 commit 950a668

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
@@ -235,9 +235,9 @@
235235
}
236236
}
237237

238-
.limiter {
239-
float: right;
240-
.products.wrapper ~ .toolbar & {
238+
.toolbar {
239+
.products.wrapper ~ & .limiter {
240+
float: right;
241241
display: block;
242242
}
243243
}

0 commit comments

Comments
 (0)