]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove background-image: none; on .form-control (#24454)
authorMark Otto <markd.otto@gmail.com>
Fri, 20 Oct 2017 06:56:43 +0000 (23:56 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 20 Oct 2017 06:56:43 +0000 (09:56 +0300)
As the diff shows, this was for a Firefox Android issue that's since been fixed.

Closes #23817.

scss/_forms.scss

index 80bc7f3ba875f7ce222bff7ba42e074390b38d5b..3ebeae29cff2990ed83683dd7f01b9d98420419d 100644 (file)
@@ -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;