Commit 35317a43 authored by Mark Otto's avatar Mark Otto Committed by XhmikosR
Browse files

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.
parent b3babbfc
Showing with 0 additions and 2 deletions
+0 -2
...@@ -12,8 +12,6 @@ ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment