diff options
| author | Mark Otto <[email protected]> | 2014-01-27 12:24:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-27 12:24:35 -0800 |
| commit | 400720d00b2ebab99c2d54ad036b0100af499620 (patch) | |
| tree | 299de484898c097d07543a61ddfc89f72db12177 /less/forms.less | |
| parent | 6a0a139cdabe9ad24f2dcee3044bb62f8738df15 (diff) | |
| download | bootstrap-400720d00b2ebab99c2d54ad036b0100af499620.tar.xz bootstrap-400720d00b2ebab99c2d54ad036b0100af499620.zip | |
Remove optgroup resets from #7611 since Normalize fixes those upstream
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/less/forms.less b/less/forms.less index 687d1f437..c3d4821db 100644 --- a/less/forms.less +++ b/less/forms.less @@ -72,13 +72,6 @@ select[size] { height: auto; } -// Fix optgroup Firefox bug per https://github.com/twbs/bootstrap/issues/7611 -select optgroup { - font-size: inherit; - font-style: inherit; - font-family: inherit; -} - // Focus for file, radio, and checkbox input[type="file"]:focus, input[type="radio"]:focus, |
