mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
bootstrap: Remove CSS for reset type inputs.
We do not use "reset" type inputs in our app, so we can safely remove the CSS for them.
This commit is contained in:
1
web/third/bootstrap/css/bootstrap-btn.css
vendored
1
web/third/bootstrap/css/bootstrap-btn.css
vendored
@@ -359,7 +359,6 @@ fieldset[disabled] .btn-link:focus {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
input[type="submit"].btn-block,
|
input[type="submit"].btn-block,
|
||||||
input[type="reset"].btn-block,
|
|
||||||
input[type="button"].btn-block {
|
input[type="button"].btn-block {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
3
web/third/bootstrap/css/bootstrap.css
vendored
3
web/third/bootstrap/css/bootstrap.css
vendored
@@ -64,7 +64,6 @@ input::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
html input[type="button"],
|
html input[type="button"],
|
||||||
input[type="reset"],
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -72,7 +71,6 @@ input[type="submit"] {
|
|||||||
label,
|
label,
|
||||||
button,
|
button,
|
||||||
input[type="button"],
|
input[type="button"],
|
||||||
input[type="reset"],
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -536,7 +534,6 @@ input[type="color"]:focus {
|
|||||||
input[type="file"],
|
input[type="file"],
|
||||||
input[type="image"],
|
input[type="image"],
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
input[type="reset"],
|
|
||||||
input[type="button"] {
|
input[type="button"] {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user