Skip to content

Commit 35317a4

Browse files
mdoXhmikosR
authored andcommitted
Remove background-image: none; on .form-control (twbs#24454)
As the diff shows, this was for a Firefox Android issue that's since been fixed. Closes twbs#23817.
1 parent b3babbf commit 35317a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scss/_forms.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
line-height: $input-btn-line-height;
1313
color: $input-color;
1414
background-color: $input-bg;
15-
// Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214.
16-
background-image: none;
1715
background-clip: padding-box;
1816
border: $input-btn-border-width solid $input-border-color;
1917

0 commit comments

Comments
 (0)