Skip to content

Commit 86aa307

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-51822' into bugs
2 parents a9c9b88 + 8c2f6bf commit 86aa307

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@
311311
@_line-height: @form-field-label-asterisk__line-height,
312312
@_font-style: @form-field-label-asterisk__font-style
313313
);
314-
.lib-css(margin, @form-field-label-asterisk__margin);
315314
}
316315
}
317316
}

app/design/frontend/Magento/luma/web/css/source/_forms.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060

6161
.legend {
62-
span {
62+
> span {
6363
margin-right: @indent__xs;
6464
}
6565
}
@@ -141,6 +141,7 @@
141141
@_icon-font-text-hide: true
142142
);
143143
display: inline-block;
144+
margin-top: -4px;
144145
vertical-align: middle;
145146

146147
&:focus {
@@ -150,6 +151,7 @@
150151
}
151152
}
152153

154+
.field.date,
153155
.field-dob {
154156
.hasDatepicker {
155157
&:extend(.abs-field-date-input all);

0 commit comments

Comments
 (0)