diff options
| author | Mark Otto <[email protected]> | 2012-12-20 15:33:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 15:33:52 -0800 |
| commit | d6d828154a6fdeea31df1ea5849b1942ae1725f5 (patch) | |
| tree | 5dff3c599528a2be0dcf609188dbb32ff24d0e1f /less/forms.less | |
| parent | 6bd5dc7d9fefd6d936def8a224bf38c6beeac234 (diff) | |
| parent | 30f72e69e35d11a07729253c79b5ca34dca5c1d5 (diff) | |
| download | bootstrap-d6d828154a6fdeea31df1ea5849b1942ae1725f5.tar.xz bootstrap-d6d828154a6fdeea31df1ea5849b1942ae1725f5.zip | |
Merge pull request #6354 from cvrebert/3.0.0-wip
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 { |
