diff options
| author | Chris Rebert <[email protected]> | 2012-12-20 11:00:47 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2012-12-20 11:00:47 -0800 |
| commit | 30f72e69e35d11a07729253c79b5ca34dca5c1d5 (patch) | |
| tree | 430c3914db0b6198e9794adc203ba63773c2068c /less/forms.less | |
| parent | cdb25e11ef6f13f095eacbef731cf43902230203 (diff) | |
| download | bootstrap-30f72e69e35d11a07729253c79b5ca34dca5c1d5.tar.xz bootstrap-30f72e69e35d11a07729253c79b5ca34dca5c1d5.zip | |
add comment regarding caveat of #6199 impl per discussion in/of 14844db862
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index b444ba765..dc4e7ffd9 100644 --- a/less/forms.less +++ b/less/forms.less @@ -331,6 +331,9 @@ textarea[class*="span"], // -------------- // Disabled and read-only inputs +// Note: HTML5 says that inputs under a fieldset > legend:first-child won't be +// disabled if the fieldset is disabled. Due to implementation difficulty, +// we don't honor that edge case; we style them as disabled anyway. input, select, textarea { |
