kentcdodds / testing-workshop

A workshop for learning how to test JavaScript applications
http://git.io/testing-workshop
1.36k stars 708 forks source link

Add a black color for text input to support firefox #94

Closed natealcedo closed 5 years ago

natealcedo commented 5 years ago

This pull request adds a black color for text input and text area to support firefox. Without this, somehow they don't receive the color css property.

This is a screenshot before. Notice the red squigly lines. There's text there that you can't see.

image

And this is after.

image