diff options
| author | XhmikosR <[email protected]> | 2018-09-21 22:49:07 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-18 10:00:03 +0200 |
| commit | 627b359541373ee9d1c098c527b8a1dcbc323647 (patch) | |
| tree | 9ccd45ef35b733372a79fa0d4362f5a8fdef64fe | |
| parent | 7aaabebdedb6cd1483ea6de37d84d578a131cfbc (diff) | |
| download | bootstrap-627b359541373ee9d1c098c527b8a1dcbc323647.tar.xz bootstrap-627b359541373ee9d1c098c527b8a1dcbc323647.zip | |
Add the unprefixed `appearance` property.
| -rw-r--r-- | less/close.less | 1 | ||||
| -rw-r--r-- | less/forms.less | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/less/close.less b/less/close.less index 0cef631b5..48baf355f 100644 --- a/less/close.less +++ b/less/close.less @@ -32,5 +32,6 @@ background: transparent; border: 0; -webkit-appearance: none; + appearance: none; } } diff --git a/less/forms.less b/less/forms.less index 77ae33afc..edf19bfb6 100644 --- a/less/forms.less +++ b/less/forms.less @@ -56,6 +56,7 @@ input[type="search"] { // be added to `.form-control` as it's not specific enough. For details, see // https://github.com/twbs/bootstrap/issues/11586. -webkit-appearance: none; + appearance: none; } // Position radios and checkboxes better |
