Skip to content

Commit

Permalink
Remove background-image: none; on .form-control (#24454)
Browse files Browse the repository at this point in the history
As the diff shows, this was for a Firefox Android issue that's since been fixed.

Closes #23817.
  • Loading branch information
mdo authored and XhmikosR committed Oct 20, 2017
1 parent b3babbf commit 35317a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scss/_forms.scss
Expand Up @@ -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;

Expand Down

0 comments on commit 35317a4

Please sign in to comment.