Skip to content

Commit 627b359

Browse files
committed
Add the unprefixed appearance property.
1 parent 7aaabeb commit 627b359

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

less/close.less

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
background: transparent;
3333
border: 0;
3434
-webkit-appearance: none;
35+
appearance: none;
3536
}
3637
}

less/forms.less

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ input[type="search"] {
5656
// be added to `.form-control` as it's not specific enough. For details, see
5757
// https://github.com/twbs/bootstrap/issues/11586.
5858
-webkit-appearance: none;
59+
appearance: none;
5960
}
6061

6162
// Position radios and checkboxes better

0 commit comments

Comments
 (0)