Skip to content

Commit 6c380aa

Browse files
author
Oleksii Korshenko
committed
Merge remote-tracking branch 'webdev/PR-4' into bugs
2 parents 70d0cbe + 712f9bd commit 6c380aa

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
lines changed

app/code/Magento/Bundle/view/adminhtml/web/css/bundle-product.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,13 @@
4949
.field-sku .control .sku {
5050
display: inline-block;
5151
width: 140px;
52-
margin-right: 15px;
52+
margin-right: 11px;
5353
}
5454

5555
.field-sku .control .sku > input[type='text'] {
5656
width: 100%;
5757
}
5858

59-
.field-sku .control .sku + .select {
60-
vertical-align: middle;
61-
}
62-
6359
.field-price .addon > .price {
6460
display: table;
6561
direction: rtl;
@@ -73,7 +69,6 @@
7369
}
7470

7571
.field-price .addon > .price + .select {
76-
width: 96px;
7772
float: left;
7873
}
7974

app/design/frontend/Magento/blank/Magento_GiftWrapping/web/css/source/_module.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@
200200
}
201201
}
202202
.gift-wrapping {
203-
.lib-css(border-right, @gift-wrapping__border-width solid @gift-wrapping__border-color);
204203
box-sizing: border-box;
205204
float: left;
206205
padding-right: @indent__base;

app/design/frontend/Magento/blank/Magento_LayeredNavigation/web/css/source/_module.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
}
3030
.filter-options {
3131
margin: 0;
32-
> dt {
32+
.filter-options-title {
3333
.lib-heading(h4);
3434
margin: 0 0 @indent__s;
35+
word-break: break-all;
3536
}
36-
> dd {
37+
.filter-options-content {
3738
margin: 0 0 @indent__m;
38-
3939
.item {
4040
margin-bottom: 3px;
4141
}

app/design/frontend/Magento/luma/Magento_GiftWrapping/web/css/source/_module.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222

223223
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
224224
.gift-wrapping {
225-
.lib-css(border-right, @gift-wrapping__border-width solid @gift-wrapping__border-color);
226225
box-sizing: border-box;
227226
float: left;
228227
padding-right: @indent__base;

lib/web/magnifier/magnifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
if ($(thumb).siblings('.magnify-lens').length) {
143143
return false;
144144
}
145-
var lens = $('<div class="magnify-lens" class="magnifier-loader" data-gallery-role="magnifier-zoom"></div>');
145+
var lens = $('<div class="magnify-lens magnify-hidden" data-gallery-role="magnifier-zoom"></div>');
146146
$(thumb).parent().append(lens);
147147
}
148148

0 commit comments

Comments
 (0)