mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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:
parent
b3babbfc26
commit
35317a4331
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@
|
||||||
line-height: $input-btn-line-height;
|
line-height: $input-btn-line-height;
|
||||||
color: $input-color;
|
color: $input-color;
|
||||||
background-color: $input-bg;
|
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;
|
background-clip: padding-box;
|
||||||
border: $input-btn-border-width solid $input-border-color;
|
border: $input-btn-border-width solid $input-border-color;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue