dobtco / dvl-core

Base styles for the DOBT View Layer.
https://design.dobt.co/
1 stars 1 forks source link

Standardize placeholder color #231

Closed jrubenoff closed 8 years ago

jrubenoff commented 8 years ago

Closes #230

Input placeholders and .styled_select.is_blank will now have the same text color across browsers.

screen shot 2016-01-22 at 2 15 23 pm

ajb commented 8 years ago

Nice. It looks like we can just rely on autoprefixer to handle those browser prefixes? cf https://github.com/18F/C2/commit/eeb0cf8a069931b00d8ef345632b6e8cb6a8e757

jrubenoff commented 8 years ago

Cool, just removed ‘em.

On Fri, Jan 22, 2016 at 2:19 PM, Adam Becker notifications@github.com wrote:

Nice. It looks like we can just rely on autoprefixer to handle those browser prefixes? cf 18F/C2@eeb0cf8 https://github.com/18F/C2/commit/eeb0cf8a069931b00d8ef345632b6e8cb6a8e757

— Reply to this email directly or view it on GitHub https://github.com/dobtco/dvl-core/pull/231#issuecomment-174070961.

ajb commented 8 years ago

great, ty