mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
bootstrap: Remove CSS for button type inputs.
We do not use button type inputs anywhere in the app so we can remove its CSS.
This commit is contained in:
3
web/third/bootstrap/css/bootstrap-btn.css
vendored
3
web/third/bootstrap/css/bootstrap-btn.css
vendored
@@ -358,7 +358,6 @@ fieldset[disabled] .btn-link:focus {
|
|||||||
.btn-block + .btn-block {
|
.btn-block + .btn-block {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
input[type="submit"].btn-block,
|
input[type="submit"].btn-block {
|
||||||
input[type="button"].btn-block {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
5
web/third/bootstrap/css/bootstrap.css
vendored
5
web/third/bootstrap/css/bootstrap.css
vendored
@@ -63,14 +63,12 @@ input::-moz-focus-inner {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
html input[type="button"],
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
label,
|
label,
|
||||||
button,
|
button,
|
||||||
input[type="button"],
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -533,8 +531,7 @@ input[type="color"]:focus {
|
|||||||
}
|
}
|
||||||
input[type="file"],
|
input[type="file"],
|
||||||
input[type="image"],
|
input[type="image"],
|
||||||
input[type="submit"],
|
input[type="submit"] {
|
||||||
input[type="button"] {
|
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user