From 35317a4331f5bbc7bbf3ccdbba53f57d670afc7a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 19 Oct 2017 23:56:43 -0700 Subject: [PATCH] Remove background-image: none; on .form-control (#24454) As the diff shows, this was for a Firefox Android issue that's since been fixed. Closes #23817. --- scss/_forms.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_forms.scss b/scss/_forms.scss index 80bc7f3ba8..3ebeae29cf 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -12,8 +12,6 @@ line-height: $input-btn-line-height; color: $input-color; background-color: $input-bg; - // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214. - background-image: none; background-clip: padding-box; border: $input-btn-border-width solid $input-border-color;