]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add the unprefixed `appearance` property.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 21 Sep 2018 19:49:07 +0000 (22:49 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 18 Nov 2018 08:00:03 +0000 (10:00 +0200)
less/close.less
less/forms.less

index 0cef631b5a1a9aff7e32919a80c9d7e341624751..48baf355fd2cdc044249b1ae2b74d41f26404a7f 100644 (file)
@@ -32,5 +32,6 @@
     background: transparent;
     border: 0;
     -webkit-appearance: none;
+    appearance: none;
   }
 }
index 77ae33afc2e123954caa9b8d27d32364e9a58260..edf19bfb6d1324c45c151cb55ad5eff5ad14d0c9 100644 (file)
@@ -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