From: XhmikosR Date: Fri, 21 Sep 2018 19:49:07 +0000 (+0300) Subject: Add the unprefixed `appearance` property. X-Git-Tag: v3.4.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=627b359541373ee9d1c098c527b8a1dcbc323647;p=thirdparty%2Fbootstrap.git Add the unprefixed `appearance` property. --- diff --git a/less/close.less b/less/close.less index 0cef631b5a..48baf355fd 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 77ae33afc2..edf19bfb6d 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