mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
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:
3
web/third/bootstrap/css/bootstrap.css
vendored
3
web/third/bootstrap/css/bootstrap.css
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user