Skip to content

Commit 9e27d6c

Browse files
ENGCOM-8216: Input type datetime is used in lib styles #30065
- Merge Pull Request #30065 from GrimLink/magento2:bugfix/outdated-form-element-in-style - Merged commits: 1. d15f34d 2. beb817f
2 parents 8b1d118 + beb817f commit 9e27d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/css/source/lib/_forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
input[type="tel"],
272272
input[type="search"],
273273
input[type="number"],
274-
input[type="datetime"],
274+
input[type*="date"],
275275
input[type="email"] {
276276
.lib-form-element-input(@_type: input-text);
277277
}

0 commit comments

Comments
 (0)