mirror of https://github.com/zulip/zulip.git
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:
parent
7627f346a3
commit
33df97a3d9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue