Skip to content

Commit 5f1ea5f

Browse files
author
Adam Bradley
committed
fix(css): reset FirefoxOS default gradients
Closes ionic-team#1426
1 parent 53c1710 commit 5f1ea5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/_reset.scss

+2
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ legend {
239239
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
240240
* 4. Remove any default :focus styles
241241
* 5. Make sure webkit font smoothing is being inherited
242+
* 6. Remove default gradient in Android Firefox / FirefoxOS
242243
*/
243244

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

257259
/**

0 commit comments

Comments
 (0)