mirror of https://github.com/zulip/zulip.git
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:
parent
c8ad693e41
commit
295b37bceb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue