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:
Sahil Batra
2023-05-22 19:23:33 +05:30
committed by Tim Abbott
parent b08ba862e6
commit 286f47468d
2 changed files with 2 additions and 6 deletions

View File

@@ -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%;
} }

View File

@@ -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"] {