We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
appearance
1 parent 7aaabeb commit 627b359Copy full SHA for 627b359
less/close.less
@@ -32,5 +32,6 @@
32
background: transparent;
33
border: 0;
34
-webkit-appearance: none;
35
+ appearance: none;
36
}
37
less/forms.less
@@ -56,6 +56,7 @@ input[type="search"] {
56
// be added to `.form-control` as it's not specific enough. For details, see
57
// https://github.com/twbs/bootstrap/issues/11586.
58
59
60
61
62
// Position radios and checkboxes better
0 commit comments