aboutsummaryrefslogtreecommitdiff
path: root/less/reset.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/reset.less')
-rw-r--r--less/reset.less4
1 files changed, 1 insertions, 3 deletions
diff --git a/less/reset.less b/less/reset.less
index 2abdee462..e2c7cab00 100644
--- a/less/reset.less
+++ b/less/reset.less
@@ -123,9 +123,7 @@ input[type="submit"] {
cursor: pointer; // Improves usability and consistency of cursor style between image-type `input` and others.
}
input[type="search"] { // Appearance in Safari/Chrome
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
+ .box-sizing(content-box);
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,