oficiodesign / initial-css

MIT License
4 stars 1 forks source link

Form/fields specificity issues #138

Open robsonsobral opened 4 months ago

robsonsobral commented 4 months ago

Attribute selectors, like [type='button''], has the same specificity as class selectors. So, it's harder to override the related styles.

Let's move the form/field styles to before the others, so the order can help us.