From: Mark Otto Date: Fri, 20 Oct 2017 06:56:43 +0000 (-0700) Subject: Remove background-image: none; on .form-control (#24454) X-Git-Tag: v4.0.0-beta.3~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35317a4331f5bbc7bbf3ccdbba53f57d670afc7a;p=thirdparty%2Fbootstrap.git 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. --- 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;