inputs under disabled <fieldset> not styled as disabled
Created by: cvrebert
In HTML5, <fieldset>
gains support for the disabled
attribute, allowing you to disable an entire fieldset at once. However, Bootstrap does not seem to style all input elements under disabled fieldsets appropriately; some aren't grayed-out like individually disabled input elements. They should be.