bootstrap: Remove CSS for datetime type input elements.

We do not use "datetime" type input elements anywhere in the
app.
This commit is contained in:
Sahil Batra
2023-05-22 20:02:44 +05:30
committed by Tim Abbott
parent 286f47468d
commit 8ca8745c0e

View File

@@ -464,7 +464,6 @@ label {
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
@@ -489,7 +488,6 @@ input[type="color"] {
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
@@ -512,7 +510,6 @@ input[type="color"] {
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,