Skip to content

Commit 45610f0

Browse files
ENGCOM-8216: Input type datetime is used in lib styles #30065
2 parents 27dc18c + 9e27d6c commit 45610f0

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)