- Issue created by @m.gaebler
- Merge request !665Issue #3542413 - remove id selector to reduce specifity, enable disabled primary button styling. → (Open) created by Unnamed author
Disabled inputs with a button class, in primary style (blue) do not get properly styled, due to higher specificity of another selector. They only receive the border style, while the color and background color are ignored. The higher specifity comes from the #edit-submit.form-submit
selector.
Add the disabled property to any primary button (blue).
Either remove the id selector elsewhere, or add it here.
Active
4.1
Code