Skip to content

Commit

Permalink
fix(css): reset FirefoxOS default gradients
Browse files Browse the repository at this point in the history
Closes #1426
  • Loading branch information
Adam Bradley committed Jun 13, 2014
1 parent 53c1710 commit 5f1ea5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_reset.scss
Original file line number Diff line number Diff line change
@@ -239,6 +239,7 @@ legend {
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
* 4. Remove any default :focus styles
* 5. Make sure webkit font smoothing is being inherited
* 6. Remove default gradient in Android Firefox / FirefoxOS
*/

button,
@@ -252,6 +253,7 @@ textarea {
outline-style: none; /* 4 */
outline-width: 0; /* 4 */
-webkit-font-smoothing: inherit; /* 5 */
background-image: none; /* 6 */
}

/**

1 comment on commit 5f1ea5f

@ariestiyansyah
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for fixing this problem > #1426 (comment)

Please sign in to comment.