Closed JamyGolden closed 11 years ago
Then, you'd have to set the input element's class to .input-search
, wouldn't you?
Please see #187
I agree that if specificity can be lowered we should do that. Issue #187 addresses that, but was closed. (unfortunately)
Thanks, I'll comment on that issue.
Sepcificty value:
input[type="search"]
= 11.input-search
= 10It creates a bit of a annoyance when using the BEM CSS methodology. Would
[type="search"] {
not be a better idea to minimize the specificity value?