mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +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;
|
||||
}
|
||||
input[type="submit"].btn-block,
|
||||
input[type="reset"].btn-block,
|
||||
input[type="button"].btn-block {
|
||||
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,
|
||||
html input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
@@ -72,7 +71,6 @@ input[type="submit"] {
|
||||
label,
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -536,7 +534,6 @@ input[type="color"]:focus {
|
||||
input[type="file"],
|
||||
input[type="image"],
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
input[type="button"] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user