Skip to content

Commit 32486c5

Browse files
author
Stanislav Idolov
committed
ENGCOM-1904: [Forwardport] [Resolved : Changing @tab-content__border variable has no effect in B… #15916
1 parent f238b8d commit 32486c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190

191191
.toolbar {
192192
.products.wrapper ~ & .limiter {
193-
float: right;
194193
display: block;
194+
float: right;
195195
}
196196
}
197197
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@
277277
}
278278
.sidebar & {
279279
.product-item-photo {
280-
top: 9px;
281280
left: 9px;
281+
top: 9px;
282282
}
283283
}
284284
}
@@ -310,8 +310,8 @@
310310
.actions-primary + .actions-secondary {
311311
display: table-cell;
312312
padding-left: 10px;
313-
width: 50%;
314313
vertical-align: middle;
314+
width: 50%;
315315

316316
> .action {
317317
margin-right: 10px;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@
235235

236236
.toolbar {
237237
.products.wrapper ~ & .limiter {
238-
float: right;
239238
display: block;
239+
float: right;
240240
}
241241
}
242242
}

0 commit comments

Comments
 (0)