bootstrap: Remove CSS for time type input elements.

We do not use "time" type input elements anywhere in the
app.
This commit is contained in:
Sahil Batra 2023-05-22 20:06:20 +05:30 committed by Tim Abbott
parent 7627f346a3
commit 33df97a3d9
1 changed files with 0 additions and 3 deletions

View File

@ -464,7 +464,6 @@ label {
}
input[type="text"],
input[type="password"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
@ -486,7 +485,6 @@ input[type="color"] {
}
input[type="text"],
input[type="password"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
@ -506,7 +504,6 @@ input[type="color"] {
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,