Skip to content

Commit a28eeeb

Browse files
Merge branch 'MAGETWO-58226' of https://github.com/magento-epam/magento2ce into MAGETWO-58226
2 parents e51df41 + 2b0ea9e commit a28eeeb

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@
101101
.lib-form-validation-note();
102102
}
103103

104+
.product-options-wrapper {
105+
.date {
106+
&.required {
107+
div[for*='options'] {
108+
&.mage-error {
109+
display: none !important;
110+
}
111+
}
112+
}
113+
}
114+
}
115+
104116
.field .tooltip {
105117
.lib-tooltip(right);
106118
.tooltip-content {

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@
113113
.lib-form-validation-note();
114114
}
115115

116+
.product-options-wrapper {
117+
.date {
118+
&.required {
119+
div[for*='options'] {
120+
&.mage-error {
121+
display: none !important;
122+
}
123+
}
124+
}
125+
}
126+
}
127+
116128
// TEMP
117129

118130
.field .tooltip {

0 commit comments

Comments
 (0)