reagent-project / reagent-forms

Bootstrap form components for Reagent
339 stars 78 forks source link

Styling input fields #38

Closed yayitswei closed 9 years ago

yayitswei commented 9 years ago

Is there a way to add a class to the input element only while it's being edited?

yayitswei commented 9 years ago

Ah nevermind, input:focus is the pseudoclass I'm looking for.

Thanks for making reagent-forms!

yogthos commented 9 years ago

glad it's handy :)