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:
Sahil Batra
2023-05-22 16:52:50 +05:30
committed by Tim Abbott
parent dc6099d656
commit b08ba862e6
2 changed files with 0 additions and 4 deletions

View File

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

View File

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