From 98c86c2bef07608d91ea5d7fddd11b4dba77770d Mon Sep 17 00:00:00 2001 From: sixhours Date: Fri, 26 Feb 2016 10:15:37 -0500 Subject: [PATCH] Remove content-box box-sizing on search fields --- sass/_normalize.scss | 5 ----- style.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/sass/_normalize.scss b/sass/_normalize.scss index 1822e8e6..3046bebc 100644 --- a/sass/_normalize.scss +++ b/sass/_normalize.scss @@ -175,11 +175,6 @@ input[type="number"]::-webkit-outer-spin-button { height: auto; } -input[type="search"] { - -webkit-appearance: textfield; - box-sizing: content-box; -} - input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; diff --git a/style.css b/style.css index 3dd66728..c5105a03 100644 --- a/style.css +++ b/style.css @@ -224,11 +224,6 @@ input[type="number"]::-webkit-outer-spin-button { height: auto; } -input[type="search"] { - -webkit-appearance: textfield; - box-sizing: content-box; -} - input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;