mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 21:40:24 +00:00
Merge pull request #6354 from cvrebert/3.0.0-wip
add comment regarding caveat of #6199 impl per discussion in/of 14844db862
This commit is contained in:
commit
d6d828154a
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue