Created by: ffoodd
Fixes #30131 (closed)
Issue mentions .form-control but it also impacts .custom-select — but not textarea (as you may see in this reduced test case) since it has a qualifying type selector that increases its specificity.
So another way could be to set select.custom-select and input.form-control. Would there be any other tag concerned by those classes?