Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-10-20 09:56:43 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-20 09:56:43 +0300
commit35317a4331f5bbc7bbf3ccdbba53f57d670afc7a (patch)
tree0c439cef0f05ed461bb2470a7bcc016d73ea7ad9 /scss/_forms.scss
parentb3babbfc262c93f08e8a50176763b66973f67f7b (diff)
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.
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 80bc7f3ba8..3ebeae29cf 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -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;