mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
bootstrap: Remove bootstrap CSS rules for number type inputs.
We have added the required CSS rules to individual elements in previous commits and this commit can remove the CSS in bootstrap.css.
This commit is contained in:
3
web/third/bootstrap/css/bootstrap.css
vendored
3
web/third/bootstrap/css/bootstrap.css
vendored
@@ -452,7 +452,6 @@ label {
|
||||
}
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="number"],
|
||||
input[type="email"],
|
||||
input[type="url"] {
|
||||
display: inline-block;
|
||||
@@ -469,7 +468,6 @@ input[type="url"] {
|
||||
}
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="number"],
|
||||
input[type="email"],
|
||||
input[type="url"] {
|
||||
background-color: #ffffff;
|
||||
@@ -484,7 +482,6 @@ input[type="url"] {
|
||||
}
|
||||
input[type="text"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="url"]:focus {
|
||||
border-color: rgba(82, 168, 236, 0.8);
|
||||
|
Reference in New Issue
Block a user