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.
This commit is contained in:
Mark Otto 2017-10-19 23:56:43 -07:00 committed by XhmikosR
parent b3babbfc26
commit 35317a4331
1 changed files with 0 additions and 2 deletions

View 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;