mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +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:
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;
|
||||
}
|
||||
button,
|
||||
html input[type="button"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
}
|
||||
label,
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -533,8 +531,7 @@ input[type="color"]:focus {
|
||||
}
|
||||
input[type="file"],
|
||||
input[type="image"],
|
||||
input[type="submit"],
|
||||
input[type="button"] {
|
||||
input[type="submit"] {
|
||||
width: auto;
|
||||
}
|
||||
input[type="file"] {
|
||||
|
||||
Reference in New Issue
Block a user