aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-21 22:49:07 +0300
committerXhmikosR <[email protected]>2018-11-18 10:00:03 +0200
commit627b359541373ee9d1c098c527b8a1dcbc323647 (patch)
tree9ccd45ef35b733372a79fa0d4362f5a8fdef64fe
parent7aaabebdedb6cd1483ea6de37d84d578a131cfbc (diff)
downloadbootstrap-627b359541373ee9d1c098c527b8a1dcbc323647.tar.xz
bootstrap-627b359541373ee9d1c098c527b8a1dcbc323647.zip
Add the unprefixed `appearance` property.
-rw-r--r--less/close.less1
-rw-r--r--less/forms.less1
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